mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
4 lines
No EOL
151 B
Python
4 lines
No EOL
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)
|
|
|