Add missing import (#200)
This commit is contained in:
parent
c569d4070e
commit
086f2720df
@ -25,6 +25,7 @@ from qubes.qubes import QubesVmLabels
|
|||||||
from optparse import OptionParser;
|
from optparse import OptionParser;
|
||||||
import subprocess
|
import subprocess
|
||||||
import re
|
import re
|
||||||
|
import os
|
||||||
|
|
||||||
def find_net_devices():
|
def find_net_devices():
|
||||||
p = subprocess.Popen (["lspci", "-mm", "-n"], stdout=subprocess.PIPE)
|
p = subprocess.Popen (["lspci", "-mm", "-n"], stdout=subprocess.PIPE)
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
from qubes.qubes import QubesVmCollection
|
from qubes.qubes import QubesVmCollection
|
||||||
from optparse import OptionParser;
|
from optparse import OptionParser;
|
||||||
|
import os
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
usage = "usage: %prog [options] <vm-name>"
|
usage = "usage: %prog [options] <vm-name>"
|
||||||
|
Loading…
Reference in New Issue
Block a user