Searched defs:os (Results 1 - 1 of 1) sorted by relevance

/yui3/src/loader/scripts/
H A Dmeta_join.py10 import os, sys, codecs, md5 namespace
16 pathname = os.path.dirname(sys.argv[0])
44 src_path = os.path.abspath(SRC_DIR)
46 template_path = os.path.abspath(TEMPLATE_DIR)
47 dest_path = os.path.abspath(DEST_DIR)
48 tests_dest_path = os.path.abspath(TESTS_DEST_DIR)
50 if not os.path.exists(dest_path):
51 os.mkdir(dest_path)
53 if not os.path.exists(tests_dest_path):
54 os
[all...]

Completed in 18 milliseconds