Changeset 698
- Timestamp:
- 2007-04-22 12:17:56 (2 years ago)
- Files:
-
- trunk/ftputil.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ftputil.py
r696 r698 89 89 import ftputil_version 90 90 91 # make exceptions available in this module for backwards compatibilty 91 # make exceptions available in this module for backwards compatibilty; 92 # you should access them via the `ftp_error` module 92 93 from ftp_error import * 93 94
