Skip to content

Commit ad35645

Browse files
committed
Fix tests on 0.7
1 parent a785ff9 commit ad35645

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/IntervalSets.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ module IntervalSets
66

77
using Base: @pure
88
import Base: eltype, convert, show, in, length, isempty, isequal, issubset, ==, hash, union, intersect, minimum, maximum, range
9+
if isdefined(Main, :)
10+
import Base:
11+
end
912

1013
using Compat
1114

0 commit comments

Comments
 (0)