diff options
author | Nikolaus Schulz <microschulz@web.de> | 2010-07-17 01:39:30 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2010-07-29 14:41:05 +0200 |
commit | 78c4c6e3da88b4cb68db4fa34e45469fdb8fb4d5 (patch) | |
tree | 174542a6907fea4033a10422026478b97c0611f2 | |
parent | d845ab862e501f3eb7074d46373953ec4a3c8c06 (diff) | |
download | archivemail-78c4c6e3da88b4cb68db4fa34e45469fdb8fb4d5.tar.gz archivemail-78c4c6e3da88b4cb68db4fa34e45469fdb8fb4d5.tar.bz2 archivemail-78c4c6e3da88b4cb68db4fa34e45469fdb8fb4d5.zip |
test suite: remove obsolete $Id$ subversion keyword
-rwxr-xr-x | test_archivemail.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test_archivemail.py b/test_archivemail.py index a4b9df4..c83d1bf 100755 --- a/test_archivemail.py +++ b/test_archivemail.py @@ -17,7 +17,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ############################################################################ -# $Id$ """ Unit-test archivemail using 'PyUnit'. |