d7151b6555
- update module imports to reflect the new entropy package structure Entropy/Client/Interfaces/Package: - fixed sources_fetch_step source packages download git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3150 cd1c1023-2f26-0410-ae45-c471fc1f0318
19 lines
782 B
Plaintext
19 lines
782 B
Plaintext
From SVN 3112 there have been several API changes:
|
|
|
|
- entropy module is now a python package
|
|
|
|
- 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
|
|
|
|
- SocketUrlFetcher has been removed
|
|
|
|
- rssFeed features several private class property moves
|
|
|
|
- entropyTools, dumpTools, outputTools, entropyConstants, exceptionTools have been
|
|
moved under the entropy package, except for exceptionTools, for others backward
|
|
module loading compatibility has been kept.
|
|
|
|
- entropyTools API changes:
|
|
entropyTools.parallelTask and TimeScheduled moved to entropy.misc
|
|
entropyTools.lifobuffer moved to entropy.misc as Lifo |