Skip to content
Snippets Groups Projects
Commit 71960022 authored by Aurélien Dunand's avatar Aurélien Dunand Committed by Seblu
Browse files

Remove unused import

parent 31a20af7
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,6 @@ Database stuff ...@@ -7,8 +7,6 @@ Database stuff
''' '''
import os import os
import shutil
import cStringIO
import sqlite3 import sqlite3
import installsystems.tools as istools import installsystems.tools as istools
import installsystems.template as istemplate import installsystems.template as istemplate
......
...@@ -8,7 +8,6 @@ Install Systems Printer module ...@@ -8,7 +8,6 @@ Install Systems Printer module
import sys import sys
import os import os
import signal
import installsystems import installsystems
color = { color = {
......
...@@ -11,7 +11,6 @@ import time ...@@ -11,7 +11,6 @@ import time
import shutil import shutil
import pwd import pwd
import grp import grp
import copy
import tempfile import tempfile
import installsystems import installsystems
import installsystems.tools as istools import installsystems.tools as istools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment