Changeset 585:417ecf074ea6
- Timestamp:
- 2006-10-19 17:30:17 (4 years ago)
- Branch:
- add_stat_caching
- convert_revision:
- svn:778c30c8-61e0-0310-89d4-fe2f97a467b2/branches/add_stat_caching@611
- Files:
-
- 1 modified
-
ftp_file.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ftp_file.py
r583 r585 188 188 189 189 def __iter__(self): 190 """Return a nfile iterator."""190 """Return a file iterator.""" 191 191 return self 192 192
