diff options
author | Nikolaus Schulz <microschulz@web.de> | 2010-07-29 21:35:58 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2010-07-29 21:35:58 +0200 |
commit | a102b5baf93cfc7882fdf60406c5046b6f8d2ba9 (patch) | |
tree | b9e0b9a182edbc26c12b0ff7a1c43a871d86df89 /README | |
parent | b47cc46fbf9f70b69e2ae168647b5e0379920d3e (diff) | |
download | archivemail-a102b5baf93cfc7882fdf60406c5046b6f8d2ba9.tar.gz archivemail-a102b5baf93cfc7882fdf60406c5046b6f8d2ba9.tar.bz2 archivemail-a102b5baf93cfc7882fdf60406c5046b6f8d2ba9.zip |
Rename archivemail.py to archivemail
On Unix, most scripts don't come with a file extension, it's not needed, and
we distribute the script as "archivemail" anyway. And most importantly, I
like it better without the extension. :)
With a little trick we can still load the script as a module from the test
suite.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ Python is available from http://www.python.org/ INSTALLATION: If you want to test archivemail: - cp archivemail archivemail.py python test_archivemail To install archivemail, run: |