X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fretrace.py;h=544796dbbd135dcb301fce3cc89ad03690d6bcf6;hb=610942b9efd69d50875d0076a0957be0b8fff174;hp=f9b800ca5b9eb061ddd4d00df92332dd9de1f5f1;hpb=bc10e453125a5fd619bb315f36cad29307b50ef1;p=apitrace diff --git a/retrace/retrace.py b/retrace/retrace.py index f9b800c..544796d 100644 --- a/retrace/retrace.py +++ b/retrace/retrace.py @@ -34,7 +34,6 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..')) import specs.stdapi as stdapi -import specs.glapi as glapi class UnsupportedType(Exception):