One more missing import

This commit is contained in:
Marek Marczykowski 2013-06-07 05:40:13 +02:00
parent a1e9e3bf1a
commit c8b3009b4f

View File

@ -25,6 +25,7 @@ import os
import os.path import os.path
import subprocess import subprocess
import sys import sys
import re
from qubes.qubes import QubesVm,register_qubes_vm_class,xs,xc,dry_run from qubes.qubes import QubesVm,register_qubes_vm_class,xs,xc,dry_run
from qubes.qubes import system_path,defaults from qubes.qubes import system_path,defaults