From d5f2152dcfc4039de8324bdf75f6a2cd844dbdd0 Mon Sep 17 00:00:00 2001 From: Yaguang Tang Date: Sat, 30 Jun 2012 02:13:05 +0800 Subject: fix bug lp:1019348,update openstack-common to support pep8 1.3. also,this patch turns off pep8 E125 check. Change-Id: I22d2a94d89530586d614af39af17ae542c5e0cbf --- tests/unit/plugin/test_callback_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/plugin/test_callback_plugin.py') diff --git a/tests/unit/plugin/test_callback_plugin.py b/tests/unit/plugin/test_callback_plugin.py index a950392..c747ec8 100644 --- a/tests/unit/plugin/test_callback_plugin.py +++ b/tests/unit/plugin/test_callback_plugin.py @@ -59,7 +59,7 @@ class CallbackTestCase(test_utils.BaseTestCase): return [MockEntrypoint("fake", "fake", ["fake"])] self.stubs.Set(pkg_resources, 'iter_entry_points', - mock_iter_entry_points) + mock_iter_entry_points) plugmgr = pluginmanager.PluginManager("testproject", "testservice") plugmgr.load_plugins() -- cgit