[Python-bugs-list] [Bug #110844] Annoyance in ftpmirror.py script (PR#48)
noreply@sourceforge.net
noreply@sourceforge.net
Sun, 6 Aug 2000 14:30:42 -0700
Bug #110844, was updated on 2000-Aug-01 14:15
Here is a current snapshot of the bug.
Project: Python
Category: demos and tools
Status: Open
Resolution: None
Bug Group: Feature Request
Priority: 5
Summary: Annoyance in ftpmirror.py script (PR#48)
Details: Jitterbug-Id: 48
Submitted-By: mok@imsb.au.dk
Date: Mon, 9 Aug 1999 10:27:00 -0400 (EDT)
Version: 1.5.2
OS: Linux Linux 2.0.36
The script ftpmirror.py contains some useful (for me) routines, but the file
cannot be imported unless the following (trivial) patch is applied
395c395,396
< main()
---
> if __name__ == "__main__":
> main()
====================================================================
Audit trail:
Tue Aug 10 17:46:08 1999 guido moved from incoming to request
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110844&group_id=5470