Entropy/docs:

- update APICHANGES


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3165 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2009-03-14 15:38:46 +00:00
parent d494ddc013
commit df84017e8b
+4
View File
@@ -2,6 +2,10 @@ From SVN 3112 there have been several API changes:
- entropy module is now a python package
- EquoInterface (entropy.client.interfaces.Client) and ServerInterface (entropy.server.interfaces.Server) are
now singleton, this means that if you have to subclass them, you must overload the init_singleton method
instead of __init__
- urlFetcher features several private class property moves (you need to rework your updateProgress)
- FtpInterface features several private class property moves and switched to underscore API signatures