diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 40: remove twisted/plugins directory that was left in by mistake

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

Commit Message

Michael-Doyle Hudson July 24, 2011, 9:44 p.m. UTC
------------------------------------------------------------
revno: 40
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Mon 2011-07-25 09:42:41 +1200
message:
  remove twisted/plugins directory that was left in by mistake
removed:
  twisted/
  twisted/plugins/
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:51 +0000
+++ setup.py	2011-07-24 21:42:41 +0000
@@ -25,9 +25,7 @@ 
     version=":versiontools:lava_scheduler_app:__version__",
     author="Michael Hudson-Doyle",
     author_email="michael.hudson@linaro.org",
-    packages=find_packages() + [
-        'twisted/plugins',
-    ],
+    packages=find_packages(),
     license="AGPL",
     description="LAVA Scheduler Application",
     entry_points="""

=== removed directory 'twisted'
=== removed directory 'twisted/plugins'