remove unused import in koji-shadow

This commit is contained in:
Yuming Zhu 2017-12-19 17:31:59 +08:00 committed by Mike McLean
parent 99b1ce0b62
commit 107eb48ceb

View file

@ -31,7 +31,6 @@ import ConfigParser
import fnmatch
import optparse
import os
import pprint
import random
import shutil
import socket # for socket.error and socket.setdefaulttimeout
@ -39,7 +38,6 @@ import string
import sys
import time
import urllib2
import urlgrabber.grabber as grabber
import xmlrpclib # for ProtocolError and Fault
import rpm