Browse Source

Remove unnecessary imports from qvm-clone

Bahtiar `kalkin-` Gadimov 8 years ago
parent
commit
65f00d8393
1 changed files with 7 additions and 8 deletions
  1. 7 8
      qvm-tools/qvm-clone

+ 7 - 8
qvm-tools/qvm-clone

@@ -17,16 +17,15 @@
 #
 # You should have received a copy of the GNU General Public License
 # 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.
 
-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
+import sys
+from optparse import OptionParser
+
+from qubes.qubes import QubesVmCollection
+
 
 def main():
     usage = "usage: %prog [options] <src-name> <new-name>\n"\