包管理 import debug 模块管理 module

 

 

import sys, os

this_file_abspath = os.path.dirname(os.path.abspath(__file__))
ProjectUtil_path = '{}{}{}'.format(this_file_abspath, os.sep, 'ProjectUtil')
sys.path.append(ProjectUtil_path)
from a import *
from PackagesSubDir.b import fb

  

 

 

posted @ 2018-05-24 11:34  papering  阅读(334)  评论(0编辑  收藏  举报