Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pyzenkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Mentat
Pyzenkit
Commits
cc1fb587
Commit
cc1fb587
authored
7 years ago
by
Honza Mach
Browse files
Options
Downloads
Patches
Plain Diff
Minor fix: Removed invalid version entry and fixed few whitespace.
parent
240b823f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf.py
+1
-0
1 addition, 0 deletions
conf.py
pyzenkit/zencli.py
+1
-4
1 addition, 4 deletions
pyzenkit/zencli.py
with
2 additions
and
4 deletions
conf.py
+
1
−
0
View file @
cc1fb587
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
pyzenkit/zencli.py
+
1
−
4
View file @
cc1fb587
...
...
@@ -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
:
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment