aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-08-15 15:47:01 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-08-15 15:47:01 +0000
commite573cf16494de5150298e52250c0474a94ca7fb1 (patch)
treea15ab5c6fd6dfa33f2d0b614e658122c4e527941 /RecordTimer.py
parent7471344239d250c6ecadec8ae259ace96687a6ba (diff)
downloadenigma2-e573cf16494de5150298e52250c0474a94ca7fb1.tar.gz
enigma2-e573cf16494de5150298e52250c0474a94ca7fb1.zip
changes for use of new swig version 1.3.29 (c++ python wrapper)
with the new swig version all python -> c++ calls are round about 40% faster you must change in openembedded/conf/distro PREFERRED_VERSION_swig-native = "1.3.27" to PREFERRED_VERSION_swig-native = "1.3.29" or do a bitbake -b ../openembedded/packages/swig/swig-native_1.3.29.bb
Diffstat (limited to 'RecordTimer.py')
-rw-r--r--RecordTimer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RecordTimer.py b/RecordTimer.py
index 1d343952..da629ee7 100644
--- a/RecordTimer.py
+++ b/RecordTimer.py
@@ -7,7 +7,7 @@ from Components.config import config
import timer
import xml.dom.minidom
-from enigma import quitMainloop, eEPGCache, eEPGCachePtr
+from enigma import quitMainloop, eEPGCache
from Screens.MessageBox import MessageBox
import NavigationInstance