zerver/views: Remove absolute_import.

This commit is contained in:
rht
2017-09-27 10:30:11 +02:00
committed by Tim Abbott
parent fa8199819c
commit 15ca13c8de
30 changed files with 0 additions and 30 deletions

View File

@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from django.http import HttpRequest, HttpResponse, HttpResponseForbidden, FileResponse, \
HttpResponseNotFound