Skip to content
Snippets Groups Projects
Commit cc1fb587 authored by Honza Mach's avatar Honza Mach
Browse files

Minor fix: Removed invalid version entry and fixed few whitespace.

parent 240b823f
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ with open('metadata.json') as json_metadata_file:
def setup(app):
app.add_config_value('build_suite', custom_metadata['suite'], 'env')
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
......
......@@ -15,6 +15,7 @@
# [1] https://lextoumbourou.com/blog/posts/dynamically-loading-modules-and-classes-in-python/
#-------------------------------------------------------------------------------
import sys
import pkgutil
import argparse
......@@ -22,10 +23,6 @@ import logging
import importlib
from pprint import pprint
#
# Global variables
#
VERSION = "0.1" # Version information
class ZenCLIModule:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment