diff --git a/plugins/Later/plugin.py b/plugins/Later/plugin.py index bd118043c..858ab815e 100644 --- a/plugins/Later/plugin.py +++ b/plugins/Later/plugin.py @@ -68,7 +68,7 @@ class Later(callbacks.Plugin): def _openNotes(self): try: - fd = file(self.filename) + fd = open(self.filename) except EnvironmentError, e: self.log.warning('Couldn\'t open %s: %s', self.filename, e) return