summaryrefslogtreecommitdiffstats
path: root/tests/unit/plugin/test_callback_plugin.py
diff options
context:
space:
mode:
authorYaguang Tang <heut2008@gmail.com>2012-06-30 02:13:05 +0800
committerYaguang Tang <heut2008@gmail.com>2012-07-18 11:40:09 +0800
commitd5f2152dcfc4039de8324bdf75f6a2cd844dbdd0 (patch)
tree3614b8d9bfe55bdebddc700c06ffb8fc45e76e92 /tests/unit/plugin/test_callback_plugin.py
parentace759e55d7c87dc66a500d598d1355dd3c0408f (diff)
downloadoslo-d5f2152dcfc4039de8324bdf75f6a2cd844dbdd0.tar.gz
oslo-d5f2152dcfc4039de8324bdf75f6a2cd844dbdd0.tar.xz
oslo-d5f2152dcfc4039de8324bdf75f6a2cd844dbdd0.zip
fix bug lp:1019348,update openstack-common to support pep8 1.3.
also,this patch turns off pep8 E125 check. Change-Id: I22d2a94d89530586d614af39af17ae542c5e0cbf
Diffstat (limited to 'tests/unit/plugin/test_callback_plugin.py')
-rw-r--r--tests/unit/plugin/test_callback_plugin.py2
1 files changed, 1 insertions, 1 deletions
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()