summaryrefslogtreecommitdiff
path: root/pygi-convert.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pygi-convert.sh')
-rw-r--r--pygi-convert.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygi-convert.sh b/pygi-convert.sh
index 3226fafd..67b3d255 100644
--- a/pygi-convert.sh
+++ b/pygi-convert.sh
@@ -126,6 +126,7 @@ for f in $FILES_TO_CONVERT; do
-pe "s/Pango.UNDERLINE_/Pango.Underline./g;" \
-pe "s/Pango.WEIGHT_/Pango.Weight./g;" \
-pe "s/Pango.WRAP_/Pango.WrapMode./g;" \
+ -pe "s/Pango.TAB_/Pango.TabAlign./g;" \
\
-pe "s/import atk\n/from gi.repository import Atk\n/g;" \
-pe "s/atk\./Atk\./g;" \