3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-04 18:36:05 +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 *
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