[z3-checkins] r54498 - z3/deliverance/DeliveranceVHoster/trunk/dvhoster

magicbronson at codespeak.net magicbronson at codespeak.net
Tue May 6 21:00:31 CEST 2008


Author: magicbronson
Date: Tue May  6 21:00:30 2008
New Revision: 54498

Modified:
   z3/deliverance/DeliveranceVHoster/trunk/dvhoster/dispatcher.py
Log:
destroy errant tab

Modified: z3/deliverance/DeliveranceVHoster/trunk/dvhoster/dispatcher.py
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/dvhoster/dispatcher.py	(original)
+++ z3/deliverance/DeliveranceVHoster/trunk/dvhoster/dispatcher.py	Tue May  6 21:00:30 2008
@@ -68,7 +68,7 @@
         self.logger = logger
 
         # transcluder configuration 
-	self.transcluder_enabled = asbool(app_conf.get('transcluder_enabled',False))
+        self.transcluder_enabled = asbool(app_conf.get('transcluder_enabled', False))
         ok_hosts = app_conf.get('transcluder_ok_hosts')
 
         if not ok_hosts or ok_hosts == 'all':


More information about the z3-checkins mailing list