Skip to content
Snippets Groups Projects
Commit 2ed9878b authored by Marko Mecina's avatar Marko Mecina
Browse files

move non-essential scripts/tools to separate folder

parent 7e302caf
No related branches found
No related tags found
No related merge requests found
File moved
#!/usr/bin/env python3 #!/usr/bin/env python3
import sys import sys
sys.path.insert(0, '..')
from database.tm_db import scoped_session_maker from database.tm_db import scoped_session_maker
......
...@@ -5,6 +5,8 @@ Routing packets from and to HVS SpW gateway ...@@ -5,6 +5,8 @@ Routing packets from and to HVS SpW gateway
""" """
import sys import sys
sys.path.insert(0, '..')
from ccs_function_lib import setup_gw_spw_routing from ccs_function_lib import setup_gw_spw_routing
if __name__ == "__main__": if __name__ == "__main__":
......
#! /usr/bin/env python3 #! /usr/bin/env python3
import io import io
import struct import sys
sys.path.insert(0, '..')
from database.tm_db import connect_to_db from database.tm_db import connect_to_db
dbcon = connect_to_db() dbcon = connect_to_db()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment