diff --git a/tenant_schemas/management/commands/__init__.py b/tenant_schemas/management/commands/__init__.py index c3c28ed..9edba91 100644 --- a/tenant_schemas/management/commands/__init__.py +++ b/tenant_schemas/management/commands/__init__.py @@ -4,10 +4,6 @@ from django.core.management import call_command, get_commands, load_command_clas from django.core.management.base import BaseCommand, CommandError from django.db import connection -try: - from django.utils.six.moves import input -except ImportError: - input = raw_input from tenant_schemas.utils import get_tenant_model, get_public_schema_name