mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 04:13:47 +01:00
Fix include in converter test
This commit is contained in:
parent
d8488efd98
commit
e8303aea2a
@ -3,8 +3,8 @@ import os
|
|||||||
import rpath
|
import rpath
|
||||||
_rpath = os.path.dirname(rpath.__file__) + '/'
|
_rpath = os.path.dirname(rpath.__file__) + '/'
|
||||||
|
|
||||||
from converters.plovasp.converter import generate_and_output_as_text
|
from triqs_dft_tools.converters.plovasp.converter import generate_and_output_as_text
|
||||||
from converters import VaspConverter
|
from triqs_dft_tools.converters import VaspConverter
|
||||||
import mytest
|
import mytest
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -3,8 +3,8 @@ import os
|
|||||||
import rpath
|
import rpath
|
||||||
_rpath = os.path.dirname(rpath.__file__) + '/'
|
_rpath = os.path.dirname(rpath.__file__) + '/'
|
||||||
|
|
||||||
from converters.plovasp.converter import generate_and_output_as_text
|
from triqs_dft_tools.converters.plovasp.converter import generate_and_output_as_text
|
||||||
from converters import VaspConverter
|
from triqs_dft_tools.converters import VaspConverter
|
||||||
import mytest
|
import mytest
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user