60aa5581c1
Download source: https://pythonfutures.googlecode.com/archive/05e0c9c1b3d493f0c7e5833723a1ea99d024bad4.zip
4 lines
76 B
Python
Executable File
4 lines
76 B
Python
Executable File
from pkgutil import extend_path
|
|
|
|
__path__ = extend_path(__path__, __name__)
|