aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
authorGianluca Montecchi <gian@grys.it>2009-10-07 20:41:49 +0200
committerGianluca Montecchi <gian@grys.it>2009-10-07 20:41:49 +0200
commitc65661ce0bcacf67169faf3f62d495a1e8269aa8 (patch)
treef803a1417278840c938e4585b4b76bfbb9fd74fe /becommands
parent828721071e6283fbf7397ad7ad4b98c5d6ee49bc (diff)
downloadbugseverywhere-c65661ce0bcacf67169faf3f62d495a1e8269aa8.tar.gz
Updated to trunk
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)