Move SafePopen to its own submodule
Compare changes
Files
2+ 2
− 3
@@ -17,8 +17,6 @@ import tempfile
@@ -302,6 +300,7 @@ class LouiLauncher(JdlLauncher):
@@ -384,7 +383,7 @@ echo Created job directory $JOBDIR
Having SafePopen in GRID_LRT.application.submit apparently gives some problems if other (sub)modules that use it are imported before the class is defined in submit.py. This moves it to its own submodule GRID_LRT.safepopen to avoid that.