summaryrefslogtreecommitdiffstats
path: root/result_collection_api/resources/__init__.py
diff options
context:
space:
mode:
authorgrkoffi <koffirodrigue@gmail.com>2015-08-25 19:28:42 +0200
committergrkoffi <koffirodrigue@gmail.com>2015-08-25 19:29:33 +0200
commit737ff5abfe2711cb8c1e36729e41be723a03305b (patch)
treed460c2a6bee0c05e564faa992f6e52731f483c73 /result_collection_api/resources/__init__.py
Update result_collection_api
Fix lines length regarding pep8. Add new handlers for cases and results and HTTP methods to projects. JIRA : RELENG-7 Change-Id: Idc7c0868384d29f28bccc78540edfb02ae1dfbaf Signed-off-by: grkoffi <koffirodrigue@gmail.com>
Diffstat (limited to 'result_collection_api/resources/__init__.py')
-rw-r--r--result_collection_api/resources/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/result_collection_api/resources/__init__.py b/result_collection_api/resources/__init__.py
new file mode 100644
index 0000000..05c0c93
--- /dev/null
+++ b/result_collection_api/resources/__init__.py
@@ -0,0 +1,8 @@
+##############################################################################
+# Copyright (c) 2015 Orange
+# guyrodrigue.koffi@orange.com / koffirodrigue@gmail.com
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################