Remove the rest of print_function.

This commit is contained in:
rht 2017-09-27 12:28:56 +02:00 committed by Tim Abbott
parent 8aa8991caa
commit c2290b0328
3 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python3
from __future__ import print_function
import optparse
import subprocess
import sys

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
from __future__ import absolute_import
from __future__ import print_function
import os
import sys

View File

@ -1,4 +1,3 @@
from __future__ import print_function
from django.apps import AppConfig
from django.db.models.signals import post_migrate