mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 09:25:04 +00:00
e56303798c
Initial SickGear for Python 3.
3 lines
155 B
Python
3 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__)
|