diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 30: PEP8 setup.py

Message ID 20110708011623.32204.11747.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki July 8, 2011, 1:16 a.m. UTC
------------------------------------------------------------
revno: 30
tags: release-0.2
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-scheduler
timestamp: Fri 2011-07-08 03:14:51 +0200
message:
  PEP8 setup.py
modified:
  setup.py


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'setup.py'
--- setup.py	2011-07-08 01:14:27 +0000
+++ setup.py	2011-07-08 01:14:51 +0000
@@ -27,7 +27,7 @@ 
     author_email="michael.hudson@linaro.org",
     packages=find_packages() + [
         'twisted/plugins',
-        ],
+    ],
     license="AGPL",
     description="LAVA Scheduler Application",
     entry_points="""
@@ -39,12 +39,12 @@ 
         "lava-server >= 0.1",
         "twisted",
         "south",
-        ],
+    ],
     setup_requires=[
         "versiontools >= 1.3.1",
-        ],
+    ],
     tests_require=[
         "django-testscenarios",
-        ],
+    ],
     zip_safe=False,
     include_package_data=True)