From b7718cc0f2dc7f29fe73c054fbd0fd620a124788 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Thu, 1 Feb 2001 04:37:15 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/ffi/FFIExternalObject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/ffi/FFIExternalObject.py b/direct/src/ffi/FFIExternalObject.py index d076d6cb5b..e83b5571f9 100644 --- a/direct/src/ffi/FFIExternalObject.py +++ b/direct/src/ffi/FFIExternalObject.py @@ -172,7 +172,7 @@ class FFIExternalObject: def __repr__(self): # Print this info for all objects - baseRepr = ('<' + self.__class__.__name__ + ' instance at C++ pointer: ' + `self.this` + '>') + baseRepr = ('[' + self.__class__.__name__ + ' at: ' + `self.this` + ']') # Lots of Panda classes have an write or output function defined that takes an Ostream # We create a LineStream for the write or output function to write to, then we extract # the string out of it and return it as our repr