Skip to content

Commit 7c64d17

Browse files
author
zhenwei-li
committed
修改引用包
1 parent 839abd6 commit 7c64d17

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/com/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# -*- coding:utf-8 -*-
2+
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

src/com/dvsnier/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# -*- coding:utf-8 -*-
2+
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

src/com/dvsnier/process/execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import time
66
import subprocess
77
import platform
8-
from com.dvsnier.dir.common_dir import generate_complex_file_name
8+
from com.dvsnier.directory.common_dir import generate_complex_file_name
99
import datetime
1010

1111

tests/com/dvsnier/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# -*- coding:utf-8 -*-

0 commit comments

Comments
 (0)