Changeset 548:755b538cb146 for _test_ftputil.py
- Timestamp:
- 2006-10-14 01:48:43 (4 years ago)
- Branch:
- add_stat_caching
- convert_revision:
- svn:778c30c8-61e0-0310-89d4-fe2f97a467b2/branches/add_stat_caching@571
- Files:
-
- 1 modified
-
_test_ftputil.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
_test_ftputil.py
r539 r548 122 122 def getmtime(self, file_name): 123 123 return self._mtime 124 def abspath(self, path): 125 return "/home/sschwarzer/_ftputil_sync_" 124 126 # needed for `isdir` in `FTPHost.remove` 125 127 def isfile(self, path):
