diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-03-07 19:11:34 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-03-07 19:11:34 (GMT) |
commit | d6a2279548112fed6c3f388395646b877d469cfa (patch) | |
tree | 2f5a1ed9da012ad5e9ffc4cc4e0e4f6adb503fd7 | |
parent | 85cc6674102c410c2a0fa1dfeee328f7dc3d62d5 (diff) | |
download | blt-d6a2279548112fed6c3f388395646b877d469cfa.zip blt-d6a2279548112fed6c3f388395646b877d469cfa.tar.gz blt-d6a2279548112fed6c3f388395646b877d469cfa.tar.bz2 |
fix xmlrpc MacOSX Aqua and Windows
-rwxr-xr-x | ds9/library/ds9.tcl | 4 |
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 {}}} { |