[scripts] fix cdroot.py, add missing subprocess module
This commit is contained in:
parent
4c061ea843
commit
54223776db
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import os, shutil, time
|
import os, shutil, time
|
||||||
|
import subprocess
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
sabayon_molecule_home = os.getenv("SABAYON_MOLECULE_HOME", "/sabayon")
|
sabayon_molecule_home = os.getenv("SABAYON_MOLECULE_HOME", "/sabayon")
|
||||||
|
Loading…
Reference in New Issue
Block a user