From: Bruce S. <Bru...@nc...> - 2008-10-13 14:25:38
|
I had a typo in the correction I posted for the text.py module (I had parentheses where I should have had brackets). Here's is the corrected correction: class text: def __init__(self, pos=(0,0,0), axis=defaultdir, string='', justify='left', height=1.0, width=None, depth=0, color=None, up=None, visible=1, **keywords): if keywords.has_key('display'): self.display = keywords['display'] else: self.display = display.get_selected() |