Skip to content

Commit

Permalink
Reformatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed Oct 21, 2015
1 parent ae9fe25 commit a922fb7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion django_cbtp_email/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@


class CssForEmailNotFoundError(Exception):
pass
pass
3 changes: 1 addition & 2 deletions django_cbtp_email/example_project/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
import os
import sys


sys.path.append(os.path.normpath("../.."))

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
from django.core.management import execute_from_command_line

execute_from_command_line(sys.argv)
execute_from_command_line(sys.argv)
2 changes: 1 addition & 1 deletion django_cbtp_email/example_project/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

from __future__ import unicode_literals
from __future__ import print_function
from __future__ import absolute_import
from __future__ import absolute_import
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from __future__ import absolute_import

from django.template import TemplateDoesNotExist

from django.test import TestCase, override_settings

from ..tests.mailers import TestMailer
Expand Down
1 change: 0 additions & 1 deletion django_cbtp_email/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
from __future__ import unicode_literals
from __future__ import print_function
from __future__ import absolute_import

0 comments on commit a922fb7

Please sign in to comment.