Remove unnecessary imports from qvm-clone
This commit is contained in:
parent
bb754b68c3
commit
65f00d8393
@ -17,16 +17,15 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||||
#
|
# USA.
|
||||||
#
|
|
||||||
|
import os
|
||||||
|
import sys
|
||||||
|
from optparse import OptionParser
|
||||||
|
|
||||||
from qubes.qubes import QubesVmCollection
|
from qubes.qubes import QubesVmCollection
|
||||||
from qubes.qubes import QubesAppVm, QubesTemplateVm, QubesHVm
|
|
||||||
from qubes.qubes import QubesException
|
|
||||||
from optparse import OptionParser;
|
|
||||||
import sys
|
|
||||||
import os
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
usage = "usage: %prog [options] <src-name> <new-name>\n"\
|
usage = "usage: %prog [options] <src-name> <new-name>\n"\
|
||||||
|
Loading…
Reference in New Issue
Block a user