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;
|
||||
import subprocess
|
||||
import re
|
||||
import os
|
||||
|
||||
def find_net_devices():
|
||||
p = subprocess.Popen (["lspci", "-mm", "-n"], stdout=subprocess.PIPE)
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
from qubes.qubes import QubesVmCollection
|
||||
from optparse import OptionParser;
|
||||
import os
|
||||
|
||||
def main():
|
||||
usage = "usage: %prog [options] <vm-name>"
|
||||
|
Loading…
Reference in New Issue
Block a user