1
0
mirror of https://github.com/django/django.git synced 2024-12-31 21:46:05 +00:00

Removed unused import in makemessages

This commit is contained in:
Claude Paroz 2015-04-01 20:00:44 +02:00
parent 3f4e778402
commit a2e56db8a7

View File

@ -3,7 +3,6 @@ from __future__ import unicode_literals
import fnmatch
import glob
import io
import locale
import os
import re
import sys