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:
parent
d6881adba5
commit
5311169c37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user