formatting

This commit is contained in:
Dave Schuyler 2004-05-19 03:47:28 +00:00
parent 1f6600d77a
commit 1425ae5fa4

View File

@ -188,7 +188,7 @@ class DirectScrolledList(DirectFrame):
if self['command']:
# Pass any extra args to command
apply(self['command'], self['extraArgs'])
apply(self['command'], self['extraArgs'])
return ret
def makeAllItems(self):