]> git.cworth.org Git - apitrace/blobdiff - trace.py
Move all API specs to a separate dir.
[apitrace] / trace.py
index 626f2ddf767ca577549de2887d83eb9ec933ef80..59e1a831e8cb084fad5f3a794676b22f462a6ba4 100644 (file)
--- a/trace.py
+++ b/trace.py
@@ -26,7 +26,7 @@
 """Common trace code generation."""
 
 
-import stdapi
+import specs.stdapi as stdapi
 from dispatch import Dispatcher