[Rapier-commits] r222 - trunk/src

This list send mail when a change occurs on the subversion repository rapier-commits at garage.maemo.org
Sun Oct 25 19:32:56 EET 2009


Author: pamadio
Date: 2009-10-25 19:32:54 +0200 (Sun, 25 Oct 2009)
New Revision: 222

Modified:
   trunk/src/swordutils.py
Log:
coping with the sdk resolver

Modified: trunk/src/swordutils.py
===================================================================
--- trunk/src/swordutils.py	2009-10-25 16:54:48 UTC (rev 221)
+++ trunk/src/swordutils.py	2009-10-25 17:32:54 UTC (rev 222)
@@ -106,7 +106,7 @@
     of remote Sword modules.
     """
 
-    def __init__(self,dataPath,location='ftp://crosswire.org/pub/sword/raw',\
+    def __init__(self,dataPath,location='ftp://64.140.154.250/pub/sword/raw',\
                  osso_context=False):
         self.mgr=get_manager()
         self.rep_location=location
@@ -355,7 +355,7 @@
             return False
         except :
             debug("Something is borked")
-
+            raise
             return False
 
 



More information about the Rapier-commits mailing list