Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
mingw-packages
/
mingw-w64-gcc
/
gdbinit
blob: 5786c603704a661d158ddb4d76c8b97c9d7bdae0 [
file
] [
log
] [
blame
] [
edit
]
python
import
sys
sys
.
path
.
insert
(
0
,
sys
.
path
[
0
]
+
'/../../%GCC_NAME%/python'
)
from
libstdcxx
.
v6
.
printers
import
register_libstdcxx_printers
register_libstdcxx_printers
(
None
)
end