]> git.cworth.org Git - apitrace/blobdiff - glstate.py
Deep copy the blob data.
[apitrace] / glstate.py
index c348d2b99b69dd2273ca30067f6a5c1fe237f7c6..acd43d07ff32d37f4efaff3dc6c17cc7f6c6a3ea 100644 (file)
 '''Generate code to dump most GL state into JSON.'''
 
 
-from stdapi import *
+from specs.stdapi import *
 
-from gltypes import *
-from glparams import *
+from specs.gltypes import *
+from specs.glparams import *
 
 
 texture_targets = [