4 execute the set_file_path function of the super package.
5 -> an absolute path has to be set only at root level of packages.
10 file_path = os.path.abspath( os.path.dirname( __file__ ) )
11 super_path = os.path.abspath( os.path.join( file_path,
'../..' ))
19 sys.path.append( super_path )
22 import specific_geometries
23 return specific_geometries.set_file_path( verbose=verbose )