summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tk/macpkg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tk/macpkg.rb')
-rw-r--r--ext/tk/lib/tk/macpkg.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/ext/tk/lib/tk/macpkg.rb b/ext/tk/lib/tk/macpkg.rb
index 1802073f46..3975c5255c 100644
--- a/ext/tk/lib/tk/macpkg.rb
+++ b/ext/tk/lib/tk/macpkg.rb
@@ -20,9 +20,13 @@ module Tk
end
end
-module TkMacResource
+module Tk::MacResource
+end
+TkMacResource = Tk::MacResource
+
+module Tk::MacResource
extend Tk
- extend TkMacResource
+ extend Tk::MacResource
TkCommandNames = ['resource'.freeze].freeze