diff --git a/__init__.py b/__init__.py index 5eca3f7e..7ac5d32f 100644 --- a/__init__.py +++ b/__init__.py @@ -19,4 +19,7 @@ if not os.path.isdir(OPENRAM_HOME): assert False if OPENRAM_HOME not in sys.path: - sys.path.insert(0, OPENRAM_HOME) \ No newline at end of file + sys.path.insert(0, OPENRAM_HOME) + +# Export everything in globals.py as part of "openram" +from globals import *