From bac07898bb10c92b8c42fa6786b9e21e02a92a19 Mon Sep 17 00:00:00 2001 From: Sam O'Connor Date: Sat, 13 Jan 2018 11:18:01 +1100 Subject: [PATCH] Merge https://github.com/samoconnor/HTTP.jl/pull/1 Merged by hand, many of these changes were already made. --- src/URIs.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/URIs.jl b/src/URIs.jl index 3763934..3e031fd 100644 --- a/src/URIs.jl +++ b/src/URIs.jl @@ -1,8 +1,6 @@ module URIs -if VERSION >= v"0.7.0-DEV.2915" - using Unicode -end +using ..Unicode import Base.==