summaryrefslogtreecommitdiff
path: root/recipes/gstreamer-ios-templates.recipe
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2017-12-15 10:01:27 -0500
committerXavier Claessens <xavier.claessens@collabora.com>2018-03-27 15:22:29 -0400
commit029a2a8d3b7e2024941792ac94d03d5dcb55a406 (patch)
treee7ac7296ef9776680407626b9ec663ac9979b482 /recipes/gstreamer-ios-templates.recipe
parent3c9de69112c8158877e4b0060ef0ab89c083f376 (diff)
python3: Run 2to3 script to conver the whole codebase
This is only the raw output of the script, no manual editing. The code is now python3 only. https://bugzilla.gnome.org/show_bug.cgi?id=733067
Diffstat (limited to 'recipes/gstreamer-ios-templates.recipe')
-rw-r--r--recipes/gstreamer-ios-templates.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer-ios-templates.recipe b/recipes/gstreamer-ios-templates.recipe
index 80a4c4b6..96af216c 100644
--- a/recipes/gstreamer-ios-templates.recipe
+++ b/recipes/gstreamer-ios-templates.recipe
@@ -33,7 +33,7 @@ class Recipe(recipe.Recipe):
decls = []
regs = []
categories = ''
- for c, ps in plugins.iteritems():
+ for c, ps in plugins.items():
c = c.upper()
define = DEFINE_TPL % c
# By default enable only the core plugins