From 17d0bd151265eb284c93350a3ede632b2b23b835 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Fri, 21 Jul 2006 17:11:13 +0000 Subject: 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 --- django/bin/compile-messages.py | 1 - 1 file changed, 1 deletion(-) (limited to 'django/bin') 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 -- cgit v1.2.1