Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
import "subprocess" instead of "commands"
· bdaff7fd
Ansgar
authored
Apr 22, 2019
43001068
missed updating the imports in `new_security_install.py`.
bdaff7fd
Merge branch 'master' into deploy
· 45c53694
Ansgar
authored
Apr 22, 2019
45c53694
Show whitespace changes
Inline
Side-by-side
dak/new_security_install.py
View file @
45c53694
...
...
@@ -33,9 +33,9 @@ import os
import
sys
import
time
import
apt_pkg
import
commands
import
errno
import
fcntl
import
subprocess
from
daklib
import
daklog
from
daklib
import
utils
...
...