From 97c69e2c5a6823f80ad1f11658a558c9ae02b46f Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Sat, 1 Dec 2007 03:26:28 -0600 Subject: few changes to make pychecker happy. --- py/mock/plugins/ccache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/mock/plugins/ccache.py') diff --git a/py/mock/plugins/ccache.py b/py/mock/plugins/ccache.py index 27ec405..489f7a0 100644 --- a/py/mock/plugins/ccache.py +++ b/py/mock/plugins/ccache.py @@ -17,7 +17,7 @@ requires_api_version = "1.0" # plugin entry point def init(rootObj, conf): - ccache = CCache(rootObj, conf) + CCache(rootObj, conf) # classes class CCache(object): -- cgit