diff options
author | Chris Ball <cjb@laptop.org> | 2009-10-05 23:16:33 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-10-05 23:16:33 -0400 |
commit | a98bc33f0c1b4a5ade5366b84f1d451d89491a9f (patch) | |
tree | b5eb3d24478fca78849a0f758da959b84b0577ed /becommands/init.py | |
parent | b6a50c703369467132876f21efa8e4ffc672afae (diff) | |
parent | aa7546258e3f24bec3df2d8c4b203ed08e0acbce (diff) | |
download | bugseverywhere-a98bc33f0c1b4a5ade5366b84f1d451d89491a9f.tar.gz |
Silence testsuite warnings, from W. Trevor King.
Diffstat (limited to 'becommands/init.py')
-rw-r--r-- | becommands/init.py | 2 |
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) |