summaryrefslogtreecommitdiff
path: root/pysnmp/proto/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/proto/cache.py')
-rw-r--r--pysnmp/proto/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/cache.py b/pysnmp/proto/cache.py
index a86b991c..45eb5da9 100644
--- a/pysnmp/proto/cache.py
+++ b/pysnmp/proto/cache.py
@@ -7,7 +7,7 @@
from pysnmp.proto import error
-class Cache:
+class Cache(object):
def __init__(self):
self.__cacheRepository = {}