aboutsummaryrefslogtreecommitdiff
path: root/src/web/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/__init__.py')
-rw-r--r--src/web/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/web/__init__.py b/src/web/__init__.py
deleted file mode 100644
index ca5ddbe1..00000000
--- a/src/web/__init__.py
+++ /dev/null
@@ -1,8 +0,0 @@
-__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 8.0 $"
-__date__ = "$Date: 2016/11/14 $"
-__revision__ = "$Date: 2017/05/24 $"
-__copyright__ = "Copyright (c) Cedric Bonhomme"
-__license__ = "GPLv3"
-
-__all__ = [__version__]
bgstack15