From cc1fb5871279510096a3d9b91721dd9a8308ba09 Mon Sep 17 00:00:00 2001
From: Honza Mach <honza.mach.ml@gmail.com>
Date: Thu, 3 Aug 2017 17:29:36 +0200
Subject: [PATCH] Minor fix: Removed invalid version entry and fixed few
 whitespace.

---
 conf.py            | 1 +
 pyzenkit/zencli.py | 5 +----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/conf.py b/conf.py
index 454d25b..ba0ce61 100644
--- a/conf.py
+++ b/conf.py
@@ -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.
diff --git a/pyzenkit/zencli.py b/pyzenkit/zencli.py
index 103ff70..aff0677 100644
--- a/pyzenkit/zencli.py
+++ b/pyzenkit/zencli.py
@@ -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:
     """
-- 
GitLab