summaryrefslogtreecommitdiff
path: root/lib/tkpalette.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tkpalette.rb')
-rw-r--r--lib/tkpalette.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/tkpalette.rb b/lib/tkpalette.rb
index b317330937..a2dc7c87cb 100644
--- a/lib/tkpalette.rb
+++ b/lib/tkpalette.rb
@@ -1,7 +1,9 @@
#
# tkpalette.rb : methods for Tcl/Tk standard library 'palette.tcl'
-# 1998/06/18 by Hidetoshi Nagai <nagai@ai.kyutech.ac.jp>
+# 1998/06/21 by Hidetoshi Nagai <nagai@ai.kyutech.ac.jp>
#
+require 'tk'
+
module TkPalette
include Tk
extend Tk