mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
4 lines
151 B
Python
4 lines
151 B
Python
![]() |
import sys,DLFCN
|
||
|
# This is needed to ensure that dynamic_cast and RTTI works inside kdelibs.
|
||
|
sys.setdlopenflags(DLFCN.RTLD_NOW|DLFCN.RTLD_GLOBAL)
|
||
|
|