summaryrefslogtreecommitdiff
path: root/service/pixelated/controllers/__init__.py
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-10-21 15:04:17 +0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-10-21 15:04:17 +0200
commit8a6806d9b1ae9902b0ecb71c703dcf65d4609526 (patch)
tree184ad4aab7691711135b67d9a644abceb3544f8d /service/pixelated/controllers/__init__.py
parent4782ec70a4f70b7735bb9cb3ef0207448229c02a (diff)
damn you pep8!
Diffstat (limited to 'service/pixelated/controllers/__init__.py')
-rw-r--r--service/pixelated/controllers/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/controllers/__init__.py b/service/pixelated/controllers/__init__.py
index 2976b8cb..c454ba55 100644
--- a/service/pixelated/controllers/__init__.py
+++ b/service/pixelated/controllers/__init__.py
@@ -29,4 +29,4 @@ from home_controller import HomeController
from mails_controller import MailsController
from tags_controller import TagsController
from features_controller import FeaturesController
-from sync_info_controller import SyncInfoController \ No newline at end of file
+from sync_info_controller import SyncInfoController