From f1f437c54fe2ae0e4102607b0725cb72ea261cee Mon Sep 17 00:00:00 2001 From: Hugh Brown Date: Thu, 10 Oct 2013 16:19:49 -0400 Subject: [PATCH] Reformat __all__ --- jenkinsapi/__init__.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/jenkinsapi/__init__.py b/jenkinsapi/__init__.py index 1e45a9f..c583f0d 100644 --- a/jenkinsapi/__init__.py +++ b/jenkinsapi/__init__.py @@ -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" -- 2.7.4