[Rapier-commits] r217 - trunk/src
This list send mail when a change occurs on the subversion repository
rapier-commits at garage.maemo.org
Fri Oct 23 20:38:31 EEST 2009
Author: pamadio
Date: 2009-10-23 20:38:31 +0300 (Fri, 23 Oct 2009)
New Revision: 217
Modified:
trunk/src/rapier
Log:
import
Modified: trunk/src/rapier
===================================================================
--- trunk/src/rapier 2009-10-23 17:35:19 UTC (rev 216)
+++ trunk/src/rapier 2009-10-23 17:38:31 UTC (rev 217)
@@ -27,8 +27,14 @@
import time
import gobject
import re
-from gnome import gconf
-from gnome import gnomevfs
+try:
+ from gnome import gconf
+except:
+ import gconf
+try:
+ from gnome import gnomevfs
+except:
+ import gnomevfs
import swordutils
import os
import sqlite3
More information about the Rapier-commits
mailing list