[Pkg-bazaar-commits] ./bzr/unstable r33: fix up doctest for code rearrangement

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:25:48 UTC 2009


------------------------------------------------------------
revno: 33
committer: mbp at sourcefrog.net
timestamp: Sun 2005-03-13 16:47:58 +1100
message:
  fix up doctest for code rearrangement
modified:
  bzrlib/tests.py
-------------- next part --------------
=== modified file 'bzrlib/tests.py'
--- a/bzrlib/tests.py	2005-03-09 07:00:48 +0000
+++ b/bzrlib/tests.py	2005-03-13 05:47:58 +0000
@@ -28,7 +28,7 @@
 These are run by ``bzr.doctest``.
 
 >>> import bzr, bzrlib, os
->>> bzr.cmd_rocks()
+>>> bzrlib.commands.cmd_rocks()
 it sure does!
 
 Hey, nice place to begin.
@@ -39,7 +39,7 @@
 
 ScratchBranches are initially empty:
 
->>> b = bzr.ScratchBranch()
+>>> b = bzrlib.ScratchBranch()
 >>> b.show_status()
 
 New files in that directory are, it is initially unknown:



More information about the Pkg-bazaar-commits mailing list