[Rapier-commits] r220 - trunk/src
This list send mail when a change occurs on the subversion repository
rapier-commits at garage.maemo.org
Sun Oct 25 17:59:21 EET 2009
Author: pamadio
Date: 2009-10-25 17:59:19 +0200 (Sun, 25 Oct 2009)
New Revision: 220
Modified:
trunk/src/swordutils.py
Log:
seems to help
Modified: trunk/src/swordutils.py
===================================================================
--- trunk/src/swordutils.py 2009-10-23 18:10:48 UTC (rev 219)
+++ trunk/src/swordutils.py 2009-10-25 15:59:19 UTC (rev 220)
@@ -49,6 +49,7 @@
def get_manager(*args):
data_path = get_data_path()
+ os.environ["SWORD_PATH"]=data_path
mgr = Sword.SWMgr(*args)
if data_path:
mgr.prefixPath = data_path
More information about the Rapier-commits
mailing list