commit | ae8cbabf6491f94e71665ad986e1518e47a7e407 | [log] [tgz] |
---|---|---|
author | Max Chu <maxmchu@gmail.com> | Thu Aug 24 11:55:21 2017 -0700 |
committer | Max Chu <maxmchu@gmail.com> | Wed Sep 13 15:53:29 2017 -0700 |
tree | 1472f02c4d30cbe5b93e05b1086c14657456c74e | |
parent | cbc7ba1615cad816c82ab9ac62c9d341c5f1b088 [diff] [blame] |
migrate vEE to master Change-Id: Ie451914a395ad8a8df20fb8df1054d55ce0eb263
diff --git a/xos/attic/header.py b/xos/attic/header.py index b335de3..0b0b7e7 100644 --- a/xos/attic/header.py +++ b/xos/attic/header.py
@@ -20,3 +20,7 @@ import traceback from xos.exceptions import * from xos.config import Config + +SERVICE_NAME = 'vee' +SERVICE_NAME_VERBOSE = 'VEE Service' +SERVICE_NAME_VERBOSE_PLURAL = 'VEE Services' \ No newline at end of file