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 /libbe/arch.py | |
parent | b6a50c703369467132876f21efa8e4ffc672afae (diff) | |
parent | aa7546258e3f24bec3df2d8c4b203ed08e0acbce (diff) | |
download | bugseverywhere-a98bc33f0c1b4a5ade5366b84f1d451d89491a9f.tar.gz |
Silence testsuite warnings, from W. Trevor King.
Diffstat (limited to 'libbe/arch.py')
-rw-r--r-- | libbe/arch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbe/arch.py b/libbe/arch.py index ab55172..c2d7cde 100644 --- a/libbe/arch.py +++ b/libbe/arch.py @@ -70,7 +70,7 @@ class Arch(vcs.VCS): """ Create a temporary Arch archive in the directory PATH. This archive will be removed by - __del__->cleanup->_vcs_cleanup->_remove_archive + cleanup->_vcs_cleanup->_remove_archive """ # http://regexps.srparish.net/tutorial-tla/new-archive.html#Creating_a_New_Archive assert self._archive_name == None @@ -112,7 +112,7 @@ class Arch(vcs.VCS): """ Create a temporary Arch project in the directory PATH. This project will be removed by - __del__->cleanup->_vcs_cleanup->_remove_project + cleanup->_vcs_cleanup->_remove_project """ # http://mwolson.org/projects/GettingStartedWithArch.html # http://regexps.srparish.net/tutorial-tla/new-project.html#Starting_a_New_Project |