diff --git a/python/converters/vasp_converter.py b/python/converters/vasp_converter.py index d9a331e1..4362af85 100644 --- a/python/converters/vasp_converter.py +++ b/python/converters/vasp_converter.py @@ -27,7 +27,7 @@ from types import * import numpy from pytriqs.archive import * -from pytriqs.applications.dft.converters.converter_tools import * +from converter_tools import * import os.path try: import simplejson as json