Forgot to update default techno loading with coriolis namespace.
This commit is contained in:
parent
3fdef7aa8d
commit
d7c9316920
|
@ -373,7 +373,7 @@ def loadUserSettings ():
|
||||||
, '(path:"{}")'.format( os.path.abspath(os.getcwd()) )
|
, '(path:"{}")'.format( os.path.abspath(os.getcwd()) )
|
||||||
] ))
|
] ))
|
||||||
else:
|
else:
|
||||||
import symbolic.cmos
|
import coriolis.technos.symbolic.cmos
|
||||||
tagConfModules()
|
tagConfModules()
|
||||||
return rvalue
|
return rvalue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue