Skip to content

Commit 3bdf2a1

Browse files
author
zhenwei-li
committed
添加嵌套,命名空间
1 parent 2e9a007 commit 3bdf2a1

2 files changed

Lines changed: 2 additions & 0 deletions

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__)

0 commit comments

Comments
 (0)