[SCM] live-studio branch, master, updated. b8073fb97b0eca1c488f4b003ede1c2a136fa1d2

Chris Lamb lamby at debian.org
Fri Jul 30 18:36:26 UTC 2010


The following commit has been merged in the master branch:
commit 581fcdd53fbe5d1620166c7f47b4a25737141497
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 30 14:20:14 2010 -0400

    No build management command.

diff --git a/live_studio/settings/__init__.py b/live_studio/settings/__init__.py
index a013f63..6609849 100644
--- a/live_studio/settings/__init__.py
+++ b/live_studio/settings/__init__.py
@@ -4,8 +4,6 @@ from defaults import *
 
 if sys.argv[1:2] == ['test']:
     from roles.test import *
-elif sys.argv[1:2] == ['build']:
-    exec "from roles.%s import *" % sys.argv[2]
 else:
     from role import *
 

-- 
live-studio



More information about the debian-live-changes mailing list