tests/strfuncs: mingw-w64 prints 3 digits for the %e exponent
[glib.git] / gobject / libgobject-gdb.py.in
blobe8b9dee349f1f173570e64d30350cc96936c1cfc
1 import sys
2 import gdb
4 # Update module path.
5 dir_ = '@datadir@/glib-2.0/gdb'
6 if not dir_ in sys.path:
7 sys.path.insert(0, dir_)
9 from gobject_gdb import register
10 register (gdb.current_objfile ())