I just pushed c.db implementation to trunk. No unit tests were harmed. Here's the c.db @test case, in case you are wondering how to use it:
http://pastebin.com/f517e4919 The database is in /foo/bar.leo_db dir if you want to browse it. The IMPORTANT part is this: I added a new package, leo.external (where simple third party contributions should go). I *copied* path.py there and added pickleshare.py. path.py is still in extensions/, but that is not a real package and an 'external' package fits this purpose perfectly. We did the same move on ipython long time ago. Have fun! -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
