From ffd694ebadb1d3b4e140104f9f0a81837c0e7258 Mon Sep 17 00:00:00 2001 From: WuKong Date: Wed, 19 Jul 2017 10:23:25 +0200 Subject: add pip package Change-Id: I8b4d3fa24f6ad7c7f9bb5dc93279c4a48bb0fe86 Signed-off-by: WuKong --- moonv4/moon_router/moon_secrouter/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 moonv4/moon_router/moon_secrouter/__init__.py (limited to 'moonv4/moon_router/moon_secrouter/__init__.py') diff --git a/moonv4/moon_router/moon_secrouter/__init__.py b/moonv4/moon_router/moon_secrouter/__init__.py new file mode 100644 index 00000000..903c6518 --- /dev/null +++ b/moonv4/moon_router/moon_secrouter/__init__.py @@ -0,0 +1,6 @@ +# Copyright 2015 Open Platform for NFV Project, Inc. and its contributors +# This software is distributed under the terms and conditions of the 'Apache-2.0' +# license which can be found in the file 'LICENSE' in this package distribution +# or at 'http://www.apache.org/licenses/LICENSE-2.0'. + +__version__ = "0.1.0" -- cgit 1.2.3-korg