Add calculator to tests

This commit is contained in:
Jason Paryani
2013-12-11 00:15:08 -08:00
parent 0e178de136
commit db2247e883
3 changed files with 2 additions and 432 deletions

View File

@@ -2669,7 +2669,8 @@ def add_import_hook(additional_paths=[]):
if _importer is not None:
remove_import_hook()
this_dir = _os.path.join(_os.path.dirname(__file__), '..')
this_dir = _os.path.abspath(_os.path.join(_os.path.dirname(__file__), '..'))
print this_dir
additional_paths.append(this_dir)
_importer = _Importer(additional_paths)