Move Python 2 libs to libs/py2

This commit is contained in:
Labrys of Knossos 2018-12-16 13:33:56 -05:00
commit 3975aaceb2
12 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)