diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/testpoly.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/testpoly.tcl b/sandbox/testpoly.tcl index 0b3edf7..2a16288 100644 --- a/sandbox/testpoly.tcl +++ b/sandbox/testpoly.tcl @@ -1,6 +1,7 @@ #!/usr/local/bin/wish -f -load ../tkzinc3.2.so +lappend auto_path .. +package require Tkzinc package require Img set top 1 |