remove unused imports

This commit is contained in:
Baiju Muthukadan 2012-06-09 21:46:02 +05:30
parent 43b8d3cdd7
commit e350edd2a0
4 changed files with 0 additions and 4 deletions

View file

@ -4,7 +4,6 @@ Manage the information in the aliases file
# Import python libs
import os
import sys
import re
import stat
import tempfile

View file

@ -6,7 +6,6 @@ import os
import sys
import time
import signal
import datetime
import tempfile
import traceback

View file

@ -14,7 +14,6 @@ Manage events
#
# Import Python libs
import os
import time
import errno
import multiprocessing

View file

@ -8,7 +8,6 @@ from __future__ import with_statement
import os
import sys
from glob import glob
from distutils.cmd import Command
from distutils.sysconfig import get_python_lib, PREFIX