Skip to content
Snippets Groups Projects
Commit 6dfd2d2c authored by Nico Vermaas's avatar Nico Vermaas
Browse files

add ldv_migrate script

parent ff1a428d
No related branches found
No related tags found
1 merge request!8Add ldv_migrate script
...@@ -23,11 +23,16 @@ import sys ...@@ -23,11 +23,16 @@ import sys
import math import math
try: try:
# local imports
import connection.retrieve_db_connection as connector import connection.retrieve_db_connection as connector
from ldv_specification_interface import LDVSpecInterface
except: except:
# installation imports
import ldv_migrate.connection.retrieve_db_connection as connector import ldv_migrate.connection.retrieve_db_connection as connector
from ldv_migrate.ldv_specification_interface import LDVSpecInterface
from ldv_specification_interface import LDVSpecInterface
logger = logging.getLogger(__file__) logger = logging.getLogger(__file__)
handler = logging.StreamHandler(sys.stdout) handler = logging.StreamHandler(sys.stdout)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment