mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
4 lines
155 B
Python
4 lines
155 B
Python
|
# This is a Python "namespace package" http://www.python.org/dev/peps/pep-0382/
|
||
|
from pkgutil import extend_path
|
||
|
__path__ = extend_path(__path__, __name__)
|