commit | fe750f2af0f1e04137f46f398506f6500fa6b054 | [log] [tgz] |
---|---|---|
author | gl@clarisys.fr | Wed Nov 02 15:42:29 2011 +0100 |
committer | gl@clarisys.fr | Wed Nov 02 15:42:29 2011 +0100 |
tree | 57b32ac09cdcd63251c8d116eba33fd077b87bec | |
parent | f303a779d855f9258331e71b682f43542830ada5 [diff] [blame] |
Fix #885219 : Use new-style python classes
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