summaryrefslogtreecommitdiff
path: root/django/bin
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2006-07-21 17:11:13 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2006-07-21 17:11:13 +0000
commit17d0bd151265eb284c93350a3ede632b2b23b835 (patch)
tree2ff57f537213adf2df4f3b8030b49d0bce5fdfa6 /django/bin
parente9a236d86c82133ab1959e4ea4760ebe6f73bd8e (diff)
downloaddjango-17d0bd151265eb284c93350a3ede632b2b23b835.tar.gz
Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/bin')
-rwxr-xr-xdjango/bin/compile-messages.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/bin/compile-messages.py b/django/bin/compile-messages.py
index e33fdd780b..5f653df95d 100755
--- a/django/bin/compile-messages.py
+++ b/django/bin/compile-messages.py
@@ -2,7 +2,6 @@
import os
import sys
-import getopt
def compile_messages():
basedir = None