From 2a6ac15f263c58842c5be9398da9cc78d3516988 Mon Sep 17 00:00:00 2001 From: Terry Reedy Date: Mon, 24 Jan 2011 20:48:40 +0000 Subject: Update last tix code example for 3.x, as already done for previous examples. --- Doc/library/tkinter.tix.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/tkinter.tix.rst b/Doc/library/tkinter.tix.rst index cc7ffd1..289bffd 100644 --- a/Doc/library/tkinter.tix.rst +++ b/Doc/library/tkinter.tix.rst @@ -499,8 +499,8 @@ Tix Commands To view the current settings, the common usage is:: - import Tix - root = Tix.Tk() + from tkinter import tix + root = tix.Tk() print(root.tix_configure()) -- cgit v0.12