Skip to content
Snippets Groups Projects
Commit 6da09f11 authored by Campbell Barton's avatar Campbell Barton
Browse files

use python3 explicitly for the cursor tool.

parent ebad7680
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
#!/usr/bin/python3
# Created by Robert Wenzlaff (Det. Thorn).
# Oct. 30, 2003
from tkinter import *
from tkinter import (
Button,
Canvas,
Checkbutton,
END,
Frame,
IntVar,
Label,
RIDGE,
Text,
Tk,
)
color = ("black", "white", "darkgreen", "gray")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment