Change import for pylint error
authorHugh Brown <hbrown@amplify.com>
Thu, 10 Oct 2013 20:25:18 +0000 (16:25 -0400)
committerHugh Brown <hbrown@amplify.com>
Thu, 10 Oct 2013 20:36:41 +0000 (16:36 -0400)
jenkinsapi/__init__.py

index c583f0d..5e9bac3 100644 (file)
@@ -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",