From 61327bc59906f60ce657eddcca586d9bd486741b Mon Sep 17 00:00:00 2001 From: Vasyl Nakvasiuk Date: Wed, 31 Jul 2013 10:43:06 +0300 Subject: [PATCH] fix python code styles --- common/lib/xmodule/xmodule/gst_module.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/lib/xmodule/xmodule/gst_module.py b/common/lib/xmodule/xmodule/gst_module.py index 9605aee2b0..d6516d92ef 100644 --- a/common/lib/xmodule/xmodule/gst_module.py +++ b/common/lib/xmodule/xmodule/gst_module.py @@ -95,12 +95,14 @@ class GraphicalSliderToolModule(GraphicalSliderToolFields, XModule): @property def configuration(self): return stringify_children( - html.fromstring(self.data).xpath('configuration')[0]) + html.fromstring(self.data).xpath('configuration')[0] + ) @property def render(self): return stringify_children( - html.fromstring(self.data).xpath('render')[0]) + html.fromstring(self.data).xpath('render')[0] + ) def get_html(self): """ Renders parameters to template. """