egl: sort imports

This commit is contained in:
Eric Engestrom 2019-12-12 22:09:44 +00:00
parent 1f6b455dc8
commit 25024a1f0a

View file

@ -7,9 +7,9 @@ The list of functions and arguments is read from the Khronos's XML files, with
additional information defined in the module eglFunctionList.
"""
import sys
import argparse
import collections
import sys
import textwrap
import eglFunctionList