Files
ortools-clone/src/algorithms/__init__.py
2012-03-28 15:10:00 +00:00

4 lines
139 B
Python

import os as _os
__path__.append(_os.path.join(__path__[0], '../gen/algorithms'))
__path__.append(_os.path.join(__path__[0], '../../lib'))