From da8f6b29e78c92dd635228c980d5e8d570b354e7 Mon Sep 17 00:00:00 2001 From: William Joye Date: Tue, 16 Apr 2019 15:28:45 -0400 Subject: fix math::fuzzy issue --- ds9/library/catdialog.tcl | 1 - ds9/library/ds9.tcl | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ds9/library/catdialog.tcl b/ds9/library/catdialog.tcl index bc4562e..2290cdf 100644 --- a/ds9/library/catdialog.tcl +++ b/ds9/library/catdialog.tcl @@ -907,7 +907,6 @@ proc CATPrint {varname} { x11 - aqua - win32 {CATPSPrint $varname} - wwin32 {win32 pm print text [::textutil::tabify::untabify2 [starbase_write_ $var(tbldb)] 12]} } } diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index 8d5878b..8aa85bf 100644 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -226,10 +226,8 @@ package require msgcat package require http package require base64 -package require log package require ftp -package require textutil -package require math +package require math::fuzzy package require tkcon package require Tkblt -- cgit v0.12