Skip to content

Commit

Permalink
remove Compat from package
Browse files Browse the repository at this point in the history
  • Loading branch information
aviks committed Sep 3, 2018
1 parent 6712de3 commit 2317b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ using JavaCall
using JDBC
using DataFrames
using DataStreams
using Compat, Compat.Dates, Compat.Test
using Compat: @info
using Test
using Dates
import Pkg

derby_driver_path = joinpath(dirname(pathof(JDBC)),"..","test","derby.jar")
Expand Down

0 comments on commit 2317b6d

Please sign in to comment.