1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 12:34:17 +00:00

web/other/views.py: remove useless import

This commit is contained in:
Hidden Z 2010-10-25 18:11:29 +00:00
parent 7b5af7124a
commit e88fd224dd

View File

@ -1,5 +1,4 @@
from django.shortcuts import render_to_response
from django.template import RequestContext
from web import settings
def index(request):