From: Brian Paul Date: Thu, 28 Oct 2004 21:11:02 +0000 (+0000) Subject: minor clean-ups, found with pychecker X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98fa2bf3641633bbde6a8f037c242bc3cd5ec0d9;p=mesa.git minor clean-ups, found with pychecker --- 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