Skip to content

Commit 1039a4e

Browse files
wildarttkelman
authored andcommitted
removed github module
1 parent 83da867 commit 1039a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/pkg.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Pkg
44

5-
export Git, Dir, GitHub, Types, Reqs, Cache, Read, Query, Resolve, Write, Entry, Git
5+
export Git, Dir, Types, Reqs, Cache, Read, Query, Resolve, Write, Entry, Git
66
export dir, init, rm, add, available, installed, status, clone, checkout,
77
update, resolve, test, build, free, pin, PkgError
88

@@ -13,7 +13,7 @@ type PkgError <: Exception
1313
msg::AbstractString
1414
end
1515

16-
for file in split("dir github types reqs cache read query resolve write entry git")
16+
for file in split("dir types reqs cache read query resolve write entry git")
1717
include("pkg/$file.jl")
1818
end
1919
const cd = Dir.cd

0 commit comments

Comments
 (0)