* buildd: remove unneeded modules

This commit is contained in:
Michael Bienia 2009-06-11 16:25:48 +02:00
parent eb189ace78
commit 2ff5ec5ec0

4
buildd
View File

@ -22,13 +22,9 @@
#
# Our modules to import.
import os
import re
import sys
import urllib2
from optparse import OptionGroup
from optparse import OptionParser
from urllib import urlencode
# Usage.
usage = "%prog <srcpackage> <release> <operation>\n\n"