Files
mpmath--mpmath/mpmath/conftest.py
T
2014-04-10 17:34:54 +04:00

6 lines
160 B
Python

import os
# This makes py.test put mpath directory into the sys.path, so that we can
# import mpmath" from tests nicely
rootdir = os.path.abspath(os.getcwd())