diff options
author | Eric Engestrom <[email protected]> | 2018-07-18 14:39:36 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-07-25 20:55:35 +0100 |
commit | e0347581f36507b792cbe400e8d4080509ab9d5d (patch) | |
tree | 1d2bcd4aa46d979dfd5e78a66ebdafe83ecf90e2 /src/intel/vulkan/anv_icd.py | |
parent | ce7348507ee64d9ffd6ad7009e6da21d5b865085 (diff) |
anv: cleanup python imports
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_icd.py')
-rw-r--r-- | src/intel/vulkan/anv_icd.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_icd.py b/src/intel/vulkan/anv_icd.py index 36c2882f7d6..6666fafec34 100644 --- a/src/intel/vulkan/anv_icd.py +++ b/src/intel/vulkan/anv_icd.py @@ -22,8 +22,9 @@ import json import os.path +import argparse -from anv_extensions import * +from anv_extensions import MAX_API_VERSION if __name__ == '__main__': parser = argparse.ArgumentParser() |