2011-10-17 02:03:42 +02:00
|
|
|
--- ./__init__.py.orig 2011-05-20 22:33:41.000000000 +0200
|
|
|
|
+++ ./__init__.py 2011-09-01 16:43:57.371033306 +0200
|
2009-05-09 21:38:16 +02:00
|
|
|
@@ -1,4 +1,3 @@
|
|
|
|
-import sys,DLFCN
|
|
|
|
+import sys, ctypes
|
|
|
|
# This is needed to ensure that dynamic_cast and RTTI works inside kdelibs.
|
|
|
|
-sys.setdlopenflags(DLFCN.RTLD_NOW|DLFCN.RTLD_GLOBAL)
|
|
|
|
-
|
|
|
|
\ No newline at end of file
|
|
|
|
+sys.setdlopenflags(ctypes.RTLD_GLOBAL)
|