forked from 0x2620/pandora
remove future imports
This commit is contained in:
parent
830386214c
commit
a1e6ad7b3d
17 changed files with 0 additions and 27 deletions
|
|
@ -1,3 +1 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
from .actions import actions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import division, absolute_import
|
||||
|
||||
import inspect
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import absolute_import
|
||||
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import division, absolute_import
|
||||
|
||||
import json
|
||||
|
||||
from django.shortcuts import render
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import absolute_import
|
||||
|
||||
from functools import wraps
|
||||
|
||||
from .shortcuts import render_to_json_response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue