FreeCAD_assembly3/freecad/asm3/deps/__init__.py
Zheng, Lei a6690b64af Restucture source tree
Remove all submodules. Prepare for add-on manager inclusion.
2019-08-30 17:36:14 +08:00

7 lines
138 B
Python

try:
# try import system six module first
from six import with_metaclass
except ImportError:
from .six import with_metaclass