summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars-Peter Clausen2009-06-27 16:23:21 +0000
committerLars-Peter Clausen2009-06-27 16:23:21 +0000
commita3a01c240bd68d16764d3ca88fc62d3a225100df (patch)
tree4a75de686b1a7a2f504d52eb0a4b7c41afc3b5b4
parent7f0bec067194d9404b439200ae83e479a53cc927 (diff)
downloadfeeds-a3a01c240bd68d16764d3ca88fc62d3a225100df.tar.gz
Add missing import.
SVN-Revision: 16582
-rw-r--r--phone/fso-frameworkd/patches/020-fix-paths.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/phone/fso-frameworkd/patches/020-fix-paths.patch b/phone/fso-frameworkd/patches/020-fix-paths.patch
index 689ac91..85a0111 100644
--- a/phone/fso-frameworkd/patches/020-fix-paths.patch
+++ b/phone/fso-frameworkd/patches/020-fix-paths.patch
@@ -40,9 +40,11 @@ diff --git a/framework/subsystems/ogsmd/modems/ti_calypso/modem.py b/framework/s
index dfe40ef..20bb36f 100644
--- a/framework/subsystems/ogsmd/modems/ti_calypso/modem.py
+++ b/framework/subsystems/ogsmd/modems/ti_calypso/modem.py
-@@ -14,10 +14,15 @@ Module: modem
+@@ -14,10 +14,17 @@ Module: modem
__version__ = "0.9.9.10"
MODULE_NAME = "ogsmd.modems.ti_calypso"
++
++import os.path
+if os.path.exists("/sys/bus/platform/devices/gta02-pm-gsm.0"):
+ SYSFS_DEVICE = "gta02-pm-gsm.0"