diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 338: do not call find_sources when invoked via the entry point machinery

Message ID 20120110220613.31618.72523.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Jan. 10, 2012, 10:06 p.m. UTC
------------------------------------------------------------
revno: 338
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: less-path-magic
timestamp: Wed 2012-01-11 10:37:32 +1300
message:
  do not call find_sources when invoked via the entry point machinery
modified:
  lava_server/manage.py


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

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

Patch

=== modified file 'lava_server/manage.py'
--- lava_server/manage.py	2011-12-05 21:35:06 +0000
+++ lava_server/manage.py	2012-01-10 21:37:32 +0000
@@ -123,7 +123,6 @@ 
 
 
 def main():
-    find_sources()
     run_with_dispatcher_class(LAVAServerDispatcher)