Changeset 441

Show
Ignore:
Timestamp:
Fri Feb 29 17:46:00 2008
Author:
naufraghi
Message:

Remove too restrictive assert

Files:

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 directory  
    377                                             # [Errno 13] Permission denied (windows...)  
    378 376             raise iu.OwnerError(e)  
    379 377         iu.Owner.__init__(self, path)