* requestsync: Remove commented out getopt import.

This commit is contained in:
Jonathan Davies 2009-01-02 00:29:19 +00:00
parent ac26414459
commit ff3c4a269f

View File

@ -25,14 +25,12 @@
#
# ##################################################################
#import getopt
import os
import subprocess
import sys
import urllib
import urllib2
from debian_bundle.changelog import Version
from optparse import OptionParser
# Use functions from ubuntu-dev-tools to create Launchpad cookie file.