jdahlin - in flumotion/trunk: .
flumotion/component/consumers/httpstreamer
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Mon Apr 28 15:32:14 CEST 2008
Author: jdahlin
Date: Mon Apr 28 15:32:14 2008
New Revision: 6576
Log:
2008-04-28 Johan Dahlin <johan at flumotion.com>
* flumotion/component/consumers/httpstreamer/httpstreamer_wizard.py:
Finish thomas' "refactoring".
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/flumotion/component/consumers/httpstreamer/httpstreamer_wizard.py
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Mon Apr 28 15:32:14 2008
@@ -1,6 +1,7 @@
2008-04-28 Johan Dahlin <johan at flumotion.com>
* flumotion/admin/admin.py:
+ * flumotion/component/consumers/httpstreamer/httpstreamer_wizard.py:
* flumotion/wizard/conversionsteps.py:
* flumotion/wizard/productionsteps.py:
Clean up thomas' "refactoring".
Modified: flumotion/trunk/flumotion/component/consumers/httpstreamer/httpstreamer_wizard.py
==============================================================================
--- flumotion/trunk/flumotion/component/consumers/httpstreamer/httpstreamer_wizard.py (original)
+++ flumotion/trunk/flumotion/component/consumers/httpstreamer/httpstreamer_wizard.py Mon Apr 28 15:32:14 2008
@@ -335,7 +335,7 @@
d = self.wizard.get_wizard_plug_entry(entry.component_type)
d.addCallback(response, entry)
- d = self.wizard.getWizardEntries(wizard_types=['http-consumer'])
+ d = self.wizard.getWizardEntries(wizardTypes=['http-consumer'])
d.addCallbacks(got_entries)
def _canAddPlug(self, entry):
More information about the flumotion-commit
mailing list