Remove pre-Django 1.8 compatibility code

This commit is contained in:
medmunds
2016-04-30 10:33:51 -07:00
parent 1372ef21eb
commit c7a8c81e32
7 changed files with 18 additions and 66 deletions

View File

@@ -1,18 +0,0 @@
# Exposing all TestCases at the 'tests' module level
# is required by the old (<=1.5) DjangoTestSuiteRunner.
from .test_mailgun_backend import *
from .test_mailgun_integration import *
from .test_mandrill_backend import *
from .test_mandrill_integration import *
from .test_postmark_backend import *
from .test_postmark_integration import *
from .test_sendgrid_backend import *
from .test_sendgrid_webhooks import *
from .test_sendgrid_integration import *
# Djrill leftovers:
from .test_mandrill_djrill_features import *