Adding save/load to backend interface
[doneit] / src / rtm_backend.py
index 9d7cb5f..d724d13 100644 (file)
@@ -39,6 +39,12 @@ class RtMilkManager(object):
                self._timeline = resp.timeline
                self._lists = []
 
+       def save(self):
+               pass
+
+       def load(self):
+               pass
+
        def add_project(self, name):
                rsp = self._rtm.lists.add(
                        timeline=self._timeline,