From b022be29f923d86f7cf783546f17c9b04c044c79 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Fri, 7 Jun 2002 22:36:20 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/showbase/PythonUtil.py | 1 - 1 file changed, 1 deletion(-) diff --git a/direct/src/showbase/PythonUtil.py b/direct/src/showbase/PythonUtil.py index 1113095852..b6a5fe2779 100644 --- a/direct/src/showbase/PythonUtil.py +++ b/direct/src/showbase/PythonUtil.py @@ -13,7 +13,6 @@ def ifAbsentPut(dict, key, newValue): dict[key] = newValue return newValue - def indent(stream, numIndents, str): """ Write str to stream with numIndents in front it it