- Timestamp:
- 10 Sep 2012, 11:05:07 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-async-update
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-async-update
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-async-update/tools/copy_media_files.py
r8523 r9169 78 78 return 79 79 80 def copy_file( src,dst):80 def copy_file(file_src, file_dst): 81 81 create_path(os.path.dirname(dst)) 82 82 print "COPY FILE: %s -> %s" % (file_src, file_dst)
Note: See TracChangeset for help on using the changeset viewer.