aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/new/gen_gldispatch_mapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapi/new/gen_gldispatch_mapi.py')
-rwxr-xr-xsrc/mapi/new/gen_gldispatch_mapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/new/gen_gldispatch_mapi.py b/src/mapi/new/gen_gldispatch_mapi.py
index 86958de3007..85596792e13 100755
--- a/src/mapi/new/gen_gldispatch_mapi.py
+++ b/src/mapi/new/gen_gldispatch_mapi.py
@@ -33,7 +33,7 @@ Generates the glapi_mapi_tmp.h header file from Khronos's XML file.
"""
import sys
-import xml.etree.cElementTree as etree
+import xml.etree.ElementTree as etree
import genCommon