import sys import os base_dir = os.path.dirname(__file__) or '.' print 'Base directory:', base_dir # Insert the package_dir_a directory at the front of the ...
確定! 回上一頁