At http://people.samba.org/bzr/jelmer/bzr-svn/0.5

------------------------------------------------------------
revno: 2258
revision-id: [email protected]
parent: [email protected]
parent: [email protected]
committer: Jelmer Vernooij <[email protected]>
branch nick: 0.5
timestamp: Sat 2008-12-13 04:03:03 +0100
message:
  Fix function name.
modified:
  subvertpy/subvertpy/tests/__init__.py 
__init__.py-20081002194117-jwf9payoee8eqz7g-1
    ------------------------------------------------------------
    revno: 1925.2.46
    revision-id: [email protected]
    parent: [email protected]
    committer: Jelmer Vernooij <[email protected]>
    branch nick: trunk
    timestamp: Fri 2008-12-12 16:51:42 +0100
    message:
      Fix typo in function name.
    modified:
      subvertpy/tests/__init__.py    
__init__.py-20081002194117-jwf9payoee8eqz7g-1
=== modified file 'subvertpy/subvertpy/tests/__init__.py'
--- a/subvertpy/subvertpy/tests/__init__.py     2008-12-08 17:00:47 +0000
+++ b/subvertpy/subvertpy/tests/__init__.py     2008-12-12 15:51:42 +0000
@@ -68,7 +68,7 @@
 
     def modify(self, contents=None):
         if contents is None:
-            contents = urllib2.random_bytes(100)
+            contents = urllib2.randombytes(100)
         txdelta = self.file.apply_textdelta()
         delta.send_stream(StringIO(contents), txdelta)
 


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to