Menu

ElementTree import

2012-08-12
2012-09-17
  • Jérome Laheurte

    Is there a reason you depend on elementtree, since it has been included in the standard library in Python 2.5 and you use relative imports which are available only in 2.6 (well, 2.5 with a future import) ?

     
  • griffin

    griffin - 2012-08-13

    ah, the incredible force of habit!... i've converted pysyncml to use xml.etree and removed the dependency (checked-in as r47). note that i have not pushed r47 into a distro egg yet - there are some issues with the new hierarchical sync support that i'd like to resolve first.

    thanks for the heads-up!

     
  • Jérome Laheurte

    You're welcome. I'll try out your module soon to replace my own C wrapper around the funambol C++ API in Task Coach. Expect more feedback :)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.