1
0
mirror of https://github.com/django/django.git synced 2025-04-01 12:06:43 +00:00

Removed unused warnings import that should have been removed in [8191], refs #7830.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2008-08-03 17:26:50 +00:00
parent 3d918f41f5
commit 06885f37be

View File

@ -1,4 +1,3 @@
import warnings
try:
set
except NameError: