From 98fa2bf3641633bbde6a8f037c242bc3cd5ec0d9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 28 Oct 2004 21:11:02 +0000 Subject: [PATCH] minor clean-ups, found with pychecker --- src/mesa/glapi/gl_XML.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesa/glapi/gl_XML.py b/src/mesa/glapi/gl_XML.py index ff9bc8f4a4d..55bbddafa5b 100644 --- a/src/mesa/glapi/gl_XML.py +++ b/src/mesa/glapi/gl_XML.py @@ -29,7 +29,7 @@ from xml.sax import saxutils from xml.sax import make_parser from xml.sax.handler import feature_namespaces -import sys, re +import re class glItem: """Generic class on which all other API entity types are based.""" @@ -74,7 +74,6 @@ class glItem: return 1 else: return 0 - return def get_category_define(self): return self.category -- 2.30.2