remove future imports

This commit is contained in:
j 2020-05-30 21:23:16 +02:00
parent 830386214c
commit a1e6ad7b3d
17 changed files with 0 additions and 27 deletions

View File

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import division, with_statement
import time
from .models import Settings

View File

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import division, with_statement
import os
import ox

View File

@ -1,5 +1,3 @@
from __future__ import unicode_literals
from django.apps import AppConfig

View File

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import division, with_statement
import ox
from django.conf import settings

View File

@ -1,3 +1 @@
from __future__ import absolute_import
from .actions import actions

View File

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import division, absolute_import
import inspect
import sys

View File

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from django.urls import path
from . import views

View File

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import division, absolute_import
import json
from django.shortcuts import render

View File

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from functools import wraps
from .shortcuts import render_to_json_response

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import division
import os
from PIL import Image

View File

@ -2,7 +2,6 @@
# Django settings for pan.do/ra project defaults,
# create local_settings.py to overwrite
# check pan.do/ra section below for relevant settings
from __future__ import absolute_import
import os
from os.path import join, normpath, dirname

View File

@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
import os
from django.core.management.base import BaseCommand

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import division
import os
from PIL import Image

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import division
import os
from PIL import Image

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import division
import os
from PIL import Image

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import division
import os
from PIL import Image

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python3
from __future__ import print_function
import json
import os
import shutil