summaryrefslogtreecommitdiff
path: root/tools/pygi-convert.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pygi-convert.sh')
-rwxr-xr-xtools/pygi-convert.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/pygi-convert.sh b/tools/pygi-convert.sh
index 43af6621..f09197ce 100755
--- a/tools/pygi-convert.sh
+++ b/tools/pygi-convert.sh
@@ -213,8 +213,6 @@ for f in $FILES_TO_CONVERT; do
-pe "#s/(?<!\.)glib\./GLib\./g;" \
-pe "#s/GLib.IO_(ERR|HUP|IN|NVAL|OUT|PRI)/GLib.IOCondition./g;" \
-pe "#s/GLib.IO_FLAG_/GLib.IOFlags./g;" \
- -pe "#s/GLib.IO_STATUS_/GLib.IOStatus./g;" \
- -pe "#s/GLib.OPTION_ERROR_/GLib.OptionError./g;" \
-pe "#s/GLib.OPTION_FLAG_/GLib.OptionFlags./g;" \
-pe "#s/GLib.SPAWN_/GLib.SpawnFlags./g;" \
-pe "#s/GLib.USER_DIRECTORY_/GLib.UserDirectory.DIRECTORY_/g;" \