projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f437c
)
Change import for pylint error
author
Hugh Brown
<hbrown@amplify.com>
Thu, 10 Oct 2013 20:25:18 +0000
(16:25 -0400)
committer
Hugh Brown
<hbrown@amplify.com>
Thu, 10 Oct 2013 20:36:41 +0000
(16:36 -0400)
jenkinsapi/__init__.py
patch
|
blob
|
history
diff --git
a/jenkinsapi/__init__.py
b/jenkinsapi/__init__.py
index
c583f0d
..
5e9bac3
100644
(file)
--- a/
jenkinsapi/__init__.py
+++ b/
jenkinsapi/__init__.py
@@
-45,6
+45,17
@@
Project Authors
Current code lives on github: https://github.com/salimfadhley/jenkinsapi
"""
+
+from jenkinsapi import (
+ # Modules
+ command_line,
+ utils,
+
+ # Files
+ api, artifact, build, config, constants, exceptions, fingerprint,
+ jenkins, jenkinsbase, job, node, result_set, result, view
+)
+
__all__ = [
"command_line", "utils",
"api", "artifact", "build", "config", "constants", "exceptions", "fingerprint",