Changeset 548:755b538cb146 for ftp_stat_cache.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
-
ftp_stat_cache.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ftp_stat_cache.py
r544 r548 45 45 self._cache = {} 46 46 self._debug = False 47 self.enabled = False47 self.enabled = True 48 48 49 49 def _debug_output(self, text):
