From b35e9773198ef2d8b37c4ca223f08147db47de0b Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sat, 12 Dec 2015 21:14:28 +0100 Subject: moving the root of source code from / to /src/ --- web/controllers/__init__.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 web/controllers/__init__.py (limited to 'web/controllers/__init__.py') diff --git a/web/controllers/__init__.py b/web/controllers/__init__.py deleted file mode 100644 index ad77fa1d..00000000 --- a/web/controllers/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -from .feed import FeedController -from .article import ArticleController -from .user import UserController -from .icon import IconController - - -__all__ = ['FeedController', 'ArticleController', 'UserController', - 'IconController'] -- cgit