src/hdalab/views/__init__.py
branchdocumentation
changeset 693 09e00f38d177
parent 546 0ca66b267d15
--- a/src/hdalab/views/__init__.py	Thu Apr 12 01:27:16 2018 +0200
+++ b/src/hdalab/views/__init__.py	Wed Apr 11 12:19:47 2018 +0200
@@ -1,4 +1,7 @@
+"""
+HDALab views.
 
+"""
 import logging
 import sys
 
@@ -15,4 +18,4 @@
         import traceback
         logger.error("server_error %s : %s", sys.exc_info()[0], traceback.format_exc())
     response.status_code = 500
-    return response
\ No newline at end of file
+    return response