summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Sweers <infirit@gmail.com>2018-07-02 18:40:35 +0000
committerSander Sweers <infirit@gmail.com>2018-07-02 18:40:35 +0000
commita39dfb68238f2d6350cd79e35ba1c7aae88ccf9b (patch)
tree047fe6a1de5071c8acad9976d71ceef958ec0dd4
parentfc50ca98835b0b1d6395a4e05e128d759044eab8 (diff)
downloadpygobject-a39dfb68238f2d6350cd79e35ba1c7aae88ccf9b.tar.gz
pygi-convert: Remove incorrect conversions
-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;" \