summaryrefslogtreecommitdiff
path: root/devel/py-pykde4-kde4/files/patch-__init__.py
blob: aad9e5904c5b3932c5a67bf0a8617e561d363597 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./__init__.py.orig	2011-05-20 22:33:41.000000000 +0200
+++ ./__init__.py	2011-09-01 16:43:57.371033306 +0200
@@ -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)