summaryrefslogtreecommitdiffstats
path: root/testing-scheduler/server/src/rest/__init__.py
diff options
context:
space:
mode:
authorYang (Gabriel) Yu <Gabriel.yuyang@huawei.com>2018-09-04 10:53:26 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-04 10:53:26 +0000
commit16d91f7832021bd446192d0025b58a6565bbd067 (patch)
tree959e07514c2908408d98ee3c34372d93c23c27f6 /testing-scheduler/server/src/rest/__init__.py
parent35678a1b029eb8818cb3d274444728ffe9a5c3a7 (diff)
parent3bb103e53c2ca0c187b789fda84a7eb17a89c3f3 (diff)
Merge "provide REST api for frontend of testing-scheduler"
Diffstat (limited to 'testing-scheduler/server/src/rest/__init__.py')
-rw-r--r--testing-scheduler/server/src/rest/__init__.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing-scheduler/server/src/rest/__init__.py b/testing-scheduler/server/src/rest/__init__.py
new file mode 100644
index 00000000..b5139031
--- /dev/null
+++ b/testing-scheduler/server/src/rest/__init__.py
@@ -0,0 +1,10 @@
+#!/usr/bin/env python
+
+##############################################################################
+# Copyright (c) 2018 HUAWEI TECHNOLOGIES CO.,LTD and others.
+#
+# 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
+##############################################################################