Changeset 441
- Timestamp:
- Fri Feb 29 17:46:00 2008
- Files:
-
- branches/python2.5/archive.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
branches/python2.5/archive.py
r431 r441 374 374 self.pyz = ZlibArchive(path) 375 375 except IOError, e: 376 assert e.errno in (21, 13), e # [Errno 21] Is a directory377 # [Errno 13] Permission denied (windows...)378 376 raise iu.OwnerError(e) 379 377 iu.Owner.__init__(self, path)
