3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-25 04:07:37 +02:00

Fixed import of 'converter_tools' in 'vasp_converter'

This commit is contained in:
Oleg E. Peil 2016-03-10 12:06:27 +01:00
parent 30dc760dcb
commit b47cc2f4d3

View File

@ -27,7 +27,7 @@
from types import * from types import *
import numpy import numpy
from pytriqs.archive import * from pytriqs.archive import *
from pytriqs.applications.dft.converters.converter_tools import * from converter_tools import *
import os.path import os.path
try: try:
import simplejson as json import simplejson as json