--- a/web/lib/django/core/management/commands/compilemessages.py Wed May 19 17:43:59 2010 +0200
+++ b/web/lib/django/core/management/commands/compilemessages.py Tue May 25 02:43:45 2010 +0200
@@ -3,11 +3,6 @@
from optparse import make_option
from django.core.management.base import BaseCommand, CommandError
-try:
- set
-except NameError:
- from sets import Set as set # For Python 2.3
-
def compile_messages(locale=None):
basedirs = [os.path.join('conf', 'locale'), 'locale']
if os.environ.get('DJANGO_SETTINGS_MODULE'):