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
1 changed files with 0 additions and 1 deletions

View File

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