summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-07 19:11:34 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-07 19:11:34 (GMT)
commitd6a2279548112fed6c3f388395646b877d469cfa (patch)
tree2f5a1ed9da012ad5e9ffc4cc4e0e4f6adb503fd7
parent85cc6674102c410c2a0fa1dfeee328f7dc3d62d5 (diff)
downloadblt-d6a2279548112fed6c3f388395646b877d469cfa.zip
blt-d6a2279548112fed6c3f388395646b877d469cfa.tar.gz
blt-d6a2279548112fed6c3f388395646b877d469cfa.tar.bz2
fix xmlrpc MacOSX Aqua and Windows
-rwxr-xr-xds9/library/ds9.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index e215945..d928e35 100755
--- a/ds9/library/ds9.tcl
+++ b/ds9/library/ds9.tcl
@@ -240,6 +240,8 @@ switch $ds9(wm) {
package require tkcon
package require Tkblt
+ package require xmlrpc
+
package require DS9
proc ::tk::mac::ShowPreferences {} {
@@ -298,6 +300,8 @@ switch $ds9(wm) {
package require tkcon
package require Tkblt
+ package require xmlrpc
+
package require DS9
proc checkdns {a b {c {}}} {