From 69f8bf7afa9e0e8678ce8e1566479268cbc0ec74 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 7 Jun 2013 09:58:12 -0400 Subject: [PATCH] Fix weird formatting. --- common/lib/xmodule/xmodule/tests/test_import.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/lib/xmodule/xmodule/tests/test_import.py b/common/lib/xmodule/xmodule/tests/test_import.py index fda2b47e6a..bb0d200bb6 100644 --- a/common/lib/xmodule/xmodule/tests/test_import.py +++ b/common/lib/xmodule/xmodule/tests/test_import.py @@ -41,7 +41,7 @@ class DummySystem(ImportSystem): ) def render_template(self, template, context): - raise Exception("Shouldn't be called") + raise Exception("Shouldn't be called") class BaseCourseTestCase(unittest.TestCase): @@ -72,8 +72,7 @@ class ImportTestCase(BaseCourseTestCase): descriptor = system.process_xml(bad_xml) - self.assertEqual(descriptor.__class__.__name__, - 'ErrorDescriptor') + self.assertEqual(descriptor.__class__.__name__, 'ErrorDescriptor') def test_unique_url_names(self): '''Check that each error gets its very own url_name'''