summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_icd.py
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2018-07-18 14:39:36 +0100
committerEric Engestrom <[email protected]>2018-07-25 20:55:35 +0100
commite0347581f36507b792cbe400e8d4080509ab9d5d (patch)
tree1d2bcd4aa46d979dfd5e78a66ebdafe83ecf90e2 /src/intel/vulkan/anv_icd.py
parentce7348507ee64d9ffd6ad7009e6da21d5b865085 (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.py3
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()