fix a lint error

This commit is contained in:
Jack O'Connor 2016-10-07 17:51:15 -04:00
parent 8e6f7d97f9
commit 109a6f31a3
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ def do_list(params):
for module in params.scope.modules.values(): for module in params.scope.modules.values():
print(module.name) print(module.name)
def get_version(): def get_version():
version_file = os.path.join(compat.MODULE_ROOT, 'VERSION') version_file = os.path.join(compat.MODULE_ROOT, 'VERSION')
with open(version_file) as f: with open(version_file) as f: