Commit e4d1eb12 authored by Julien Muchembled's avatar Julien Muchembled

vm.install-debian: remove unused import

parent 13e976cf
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# #
############################################################################## ##############################################################################
import base64, gzip, os, select, shutil, socket, stat import gzip, os, select, shutil, socket, stat
import subprocess, sys, tempfile, threading, time import subprocess, sys, tempfile, threading, time
from cStringIO import StringIO from cStringIO import StringIO
from collections import defaultdict from collections import defaultdict
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment