mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 01:55:56 +01:00
Fixed import of 'converter_tools' in 'vasp_converter'
This commit is contained in:
parent
30dc760dcb
commit
b47cc2f4d3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user