summaryrefslogtreecommitdiffstats
path: root/ds9/library/ds9.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-04-16 19:28:45 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-04-16 19:28:45 (GMT)
commitda8f6b29e78c92dd635228c980d5e8d570b354e7 (patch)
tree3f42b8bd94c6e303d33cef67944c6282c71e067d /ds9/library/ds9.tcl
parent4c81db3c90af1919352858459884de1ec479a02d (diff)
downloadblt-da8f6b29e78c92dd635228c980d5e8d570b354e7.zip
blt-da8f6b29e78c92dd635228c980d5e8d570b354e7.tar.gz
blt-da8f6b29e78c92dd635228c980d5e8d570b354e7.tar.bz2
fix math::fuzzy issue
Diffstat (limited to 'ds9/library/ds9.tcl')
-rw-r--r--ds9/library/ds9.tcl4
1 files changed, 1 insertions, 3 deletions
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