summaryrefslogtreecommitdiff
path: root/sandbox/rrulewrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/rrulewrapper.py')
-rw-r--r--sandbox/rrulewrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/rrulewrapper.py b/sandbox/rrulewrapper.py
index 3be7c85..da4fa85 100644
--- a/sandbox/rrulewrapper.py
+++ b/sandbox/rrulewrapper.py
@@ -1,6 +1,6 @@
from rrule import *
-class rrulewrapper:
+class rrulewrapper(object):
def __init__(self, freq, **kwargs):
self._construct = kwargs.copy()
self._construct["freq"] = freq