aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2009-10-05 23:16:33 -0400
committerChris Ball <cjb@laptop.org>2009-10-05 23:16:33 -0400
commita98bc33f0c1b4a5ade5366b84f1d451d89491a9f (patch)
treeb5eb3d24478fca78849a0f758da959b84b0577ed /becommands
parentb6a50c703369467132876f21efa8e4ffc672afae (diff)
parentaa7546258e3f24bec3df2d8c4b203ed08e0acbce (diff)
downloadbugseverywhere-a98bc33f0c1b4a5ade5366b84f1d451d89491a9f.tar.gz
Silence testsuite warnings, from W. Trevor King.
Diffstat (limited to 'becommands')
-rw-r--r--becommands/init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/init.py b/becommands/init.py
index 1125d93..a6098ba 100644
--- a/becommands/init.py
+++ b/becommands/init.py
@@ -32,7 +32,7 @@ def execute(args, manipulate_encodings=True):
>>> execute(['--root', dir.path], manipulate_encodings=False)
No revision control detected.
Directory initialized.
- >>> del(dir)
+ >>> dir.cleanup()
>>> dir = utility.Dir()
>>> os.chdir(dir.path)