remove old hack

This commit is contained in:
David Rose 2002-03-29 17:55:53 +00:00
parent 17ba5c39b0
commit 4e6dd4a6bf

View File

@ -100,10 +100,7 @@ class DirectEntry(DirectFrame):
def setObscureMode(self):
# Temporary try..except to support old Pandas.
try:
PGEntry.setObscureMode(self.guiItem, self['obscured'])
except:
pass
def setBackgroundFocus(self):
PGEntry.setBackgroundFocus(self.guiItem, self['backgroundFocus'])