Commit af52fb9c8c9d94ea67d53952e24711044ae31e68

Authored by liujiqiang
1 parent b4052824

批号创建脚本

Showing 1 changed file with 3 additions and 0 deletions
__init__.py
... ... @@ -8,3 +8,6 @@
8 8 """
9 9  
10 10 """
  11 +import os,sys
  12 +
  13 +sys.path.append(os.path.dirname(__file__))
11 14 \ No newline at end of file
... ...