From 93d2d54e7a11cf1a01c976ede37db2320ccc2dff Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 18 Apr 2005 19:42:23 +0000 Subject: Refactor a bunch of common code from the "leaf" scripts to a new functions, parse_GL_API, in gl_XML.py. --- src/mesa/glapi/glX_XML.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/glapi/glX_XML.py') diff --git a/src/mesa/glapi/glX_XML.py b/src/mesa/glapi/glX_XML.py index 81c94a5223..53f89b31bd 100644 --- a/src/mesa/glapi/glX_XML.py +++ b/src/mesa/glapi/glX_XML.py @@ -25,10 +25,6 @@ # Authors: # Ian Romanick -from xml.sax import saxutils -from xml.sax import make_parser -from xml.sax.handler import feature_namespaces - import gl_XML import license import sys, getopt, string -- cgit v1.2.3