Merge with 3.5

This commit is contained in:
Terry Jan Reedy 2015-08-26 23:37:47 -04:00
commit ae6a75617f
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@ class VariablesTreeItem(ObjectTreeItem):
sublist.append(item)
return sublist
def keys(self): # unused, left for possible 3rd parcy use
return list(self.object.keys())
def _stack_viewer(parent):
root = tk.Tk()
root.title("Test StackViewer")