Changeset 1106
- Timestamp:
- 04/09/08 11:04:47
- Files:
-
- qPloneSkinDump/branches/plone_3.0/utils.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneSkinDump/branches/plone_3.0/utils.py
r1096 r1106 341 341 f_dst.write(data) 342 342 f_dst.close() 343 elif os.path.isdir(src_path): 343 elif os.path.isdir(src_path) \ 344 and not ".svn" in src_path: 344 345 if not os.path.exists(dst_path): 345 346 os.mkdir(dst_path)
