Hello,

I have attaced a few patches for sync-engine to work with opensync-0.36.

setup.py.patch is for sync-engine/setup.py 
and fixes the old config.xml to syncengine.conf.xml

config.py.patch is for sync-engine/SyncEngine/config.py
and fixes the opening of the configuration files

event-to-airsync.patch is for 
sync-engine/SyncEngine/formats30/event-to-airsync.py and fixes an error I 
made when I submited John the first patch for this file

task-to-airsync.patch is for 
sync-engine/SyncEngine/formats30/task-to-airsync.py with the same error as 
mentioned above.

bye Daniel

-- 
Milliardäre sind Leute, die auch einmal als ganz gewöhnliche
Millionäre angefangen haben.  -  Jerry Lewis (am. Komiker)
340c340
<                       f = open(path, "rb")
---
>                       f = open(self.path, "rb")
102c102
<             <xsl:if test="count(Category) &gt; 0 or count(Categories) &gt; 0">
---
>             <xsl:if test="count(Category) &gt; 0 or cont(Categories) &gt; 0">
19c19
<     data_files=[('share/doc/sync-engine', ['config/syncengine.conf.xml'])]
---
>     data_files=[('share/doc/sync-engine', ['config/config.xml'])]
93c93
<         <xsl:if test="count(Category) &gt; 0 or count(Categories) &gt; 0">
---
>         <xsl:if test="count(Category) &gt; 0 or cont(Categories) &gt; 0">
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to