- Timestamp:
- 20 Sep 2012, 08:49:37 (12 years ago)
- Location:
- main/waeup.kofa/branches/uli-zc-async
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-zc-async
- Property svn:mergeinfo changed
-
main/waeup.kofa/branches/uli-zc-async/tools/copy_media_files.py
r8523 r9209 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.