Skip to content

Commit aac9f0a

Browse files
committed
Merge pull request #97 from sjkelly/sjk/bind-import
bind is a Base export. Import it to avoid collisions
2 parents db9e19a + 7052544 commit aac9f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tk.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
error("Tk not properly installed. Please run Pkg.build(\"Tk\")")
2323
end
2424

25-
import Base: string, show, getindex, setindex!, isequal
25+
import Base: bind, getindex, isequal, parent, setindex!, show, string, Text
2626

2727
if VERSION < v"0.4.0-dev+3275"
2828
import Base.Graphics: width, height, getgc

0 commit comments

Comments
 (0)