1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00

web/postkey/views.py: remove unneeded import

This commit is contained in:
Hidden Z 2010-11-03 19:15:50 +00:00
parent f6ec7720c7
commit 01964a33f8

View File

@ -3,7 +3,6 @@ import re
from django import forms
from django.forms import ModelForm
from django.shortcuts import render_to_response
from django.http import HttpResponseRedirect
from django.template import RequestContext
from web import settings