Reformat __all__
authorHugh Brown <hbrown@amplify.com>
Thu, 10 Oct 2013 20:19:49 +0000 (16:19 -0400)
committerHugh Brown <hbrown@amplify.com>
Thu, 10 Oct 2013 20:36:41 +0000 (16:36 -0400)
jenkinsapi/__init__.py

index 1e45a9f..c583f0d 100644 (file)
@@ -45,7 +45,9 @@ Project Authors
 Current code lives on github: https://github.com/salimfadhley/jenkinsapi
 
 """
-__all__ = ["command_line", "utils",
-           "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",
+    "jenkins", "jenkinsbase", "job", "node", "result_set", "result", "view"
+]
 __docformat__ = "epytext"