Changeset 8924 for main/waeup.kofa
- Timestamp:
- 6 Jul 2012, 07:42:09 (12 years ago)
- Location:
- main/waeup.kofa/trunk/tools
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/tools/copy_media_files.py
r8523 r8924 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.