Skip to content
Snippets Groups Projects
Commit 11e59035 authored by Jakobsen, Mads Bregenholt's avatar Jakobsen, Mads Bregenholt
Browse files

moved file with conditionaling loading, so that python project can still be...

moved file with conditionaling loading, so that python project can still be used wuhtout karabo installed
parent 6441d4a3
No related branches found
No related tags found
No related merge requests found
Pipeline #167287 passed
......@@ -4,5 +4,6 @@ from .utils.agipd import agipd_module_name_from_mid_agipd_source
from .utils.agipd import mid_agipd_source_from_agipd_module_name
from .utils.agipd import agipd_module_name_from_agipd_module_number
from .utils.agipd import agipd_module_number_from_agipd_module_name
from .utils.hash_and_dict import dict_from_hash
from .utils.hash_and_dict import hash_from_dict
from .utils.online_data_structures import NpVec
from karabo.bound import Hash
def hash_from_dict(dictionary):
from karabo.bound import Hash
def ensure_it_is_hashable(var):
'''
a function that recursivly makes a dictionart into a hash,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment