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

web/postkey/views.py: reorder imports

This commit is contained in:
Hidden Z 2010-11-02 17:32:51 +00:00
parent d6881adba5
commit 5311169c37

View File

@ -1,9 +1,9 @@
import re
from django.shortcuts import render_to_response
from django.http import HttpResponseRedirect
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