[Rapier-commits] r195 - trunk/src
This list send mail when a change occurs on the subversion repository
rapier-commits at garage.maemo.org
Thu Jan 17 23:04:43 EET 2008
Author: pamadio
Date: 2008-01-17 23:04:42 +0200 (Thu, 17 Jan 2008)
New Revision: 195
Modified:
trunk/src/swordutils.py
Log:
strong dic appears in the remote module list, but not other dic
Modified: trunk/src/swordutils.py
===================================================================
--- trunk/src/swordutils.py 2008-01-17 20:45:28 UTC (rev 194)
+++ trunk/src/swordutils.py 2008-01-17 21:04:42 UTC (rev 195)
@@ -446,6 +446,12 @@
cur_uri=gnomevfs.URI(self.tmpDir+"/mods.d/"+curFileInfo.name)
gnomevfs.unlink(cur_uri)
+ if cur_info['Name']=='StrongsHebrew'\
+ or cur_info['Name']=='StrongsGreek':
+ all_modules.append(cur_info)
+ continue
+
+
"""Don't need commentary or non bible books"""
if cur_info.has_key('Category'):
continue
@@ -454,13 +460,14 @@
snt=cur_info['LCSH']
if re.compile('Commentaries').search(snt):
continue
- """
+
+
if re.compile('Dictionary').search(snt):
continue
if re.compile('Dictionaries').search(snt):
continue
- """
+
if re.compile('Indexes').search(snt):
continue
More information about the Rapier-commits
mailing list