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, 8 insertions, 0 deletions
diff --git a/src/web/__init__.py b/src/web/__init__.py
index e69de29b..cca2a501 100644
--- a/src/web/__init__.py
+++ b/src/web/__init__.py
@@ -0,0 +1,8 @@
+__author__ = "Cedric Bonhomme"
+__version__ = "$Revision: 7.1.3 $"
+__date__ = "$Date: 2016/11/14 $"
+__revision__ = "$Date: 2016/11/14 $"
+__copyright__ = "Copyright (c) Cedric Bonhomme"
+__license__ = "GPLv3"
+
+__all__ = [__version__]
bgstack15