summaryrefslogtreecommitdiff
path: root/misc/update-gtkdoc-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'misc/update-gtkdoc-tests.py')
-rw-r--r--misc/update-gtkdoc-tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/update-gtkdoc-tests.py b/misc/update-gtkdoc-tests.py
index 4c1ec138..22098430 100644
--- a/misc/update-gtkdoc-tests.py
+++ b/misc/update-gtkdoc-tests.py
@@ -161,10 +161,6 @@ def parsed2tree(docblock):
if __name__ == '__main__':
- if sys.version_info < (3, 0):
- print('Sorry, update-gtkdoc-tests.py requires Python 3.x')
- sys.exit(1)
-
gi_tests = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'tests', 'scanner', 'annotationparser', 'gtkdoc'))
gtkdoc_tests = None