diff options
author | Ruan HE <ruan.he@orange.com> | 2018-01-07 08:36:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-07 08:36:18 +0000 |
commit | 37f68445c2490a6e9b07626fefa1dc7d9d6cb312 (patch) | |
tree | 6e3e54887c3cadd72ae0e386ba182aeb6475e4ab /moon_wrapper | |
parent | 96a10c8fde0efbfbd78983bfdb3dd68c55f47bb5 (diff) | |
parent | 7deff7d42493a92360da3c42eef65af147a5cac2 (diff) |
Merge "Fix a bug in Wrapper"
Diffstat (limited to 'moon_wrapper')
-rw-r--r-- | moon_wrapper/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moon_wrapper/setup.py b/moon_wrapper/setup.py index 6aaa343f..b6190c80 100644 --- a/moon_wrapper/setup.py +++ b/moon_wrapper/setup.py @@ -40,7 +40,7 @@ setup( entry_points={ 'console_scripts': [ - 'moon_wrapper = moon_wrapper.server:main', + 'moon_wrapper = moon_wrapper.server:run', ], } |