hexp() => hexp_var()

This commit is contained in:
Barry Warsaw 1998-10-06 15:50:36 +00:00
parent 6831c30143
commit 73290dff30
1 changed files with 2 additions and 2 deletions

View File

@ -128,5 +128,5 @@ class TypeinViewer:
self.__y.insert(0, greenstr)
self.__z.insert(0, bluestr)
def hexp(self):
return self.__hexp.get()
def hexp_var(self):
return self.__hexp