Changeset 1742
- Timestamp:
- 01.12.2011 22:26:08 (6 months ago)
- File:
-
- 1 edited
-
ZMS/trunk/_fileutil.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/_fileutil.py
r1720 r1742 456 456 match = match or fnmatch.fnmatch( arcname, pattern) 457 457 if match: 458 zf.write( filepath, arcname)458 zf.write( filepath, str(arcname)) 459 459 460 460 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Note: See TracChangeset
for help on using the changeset viewer.
