Skip to content

Commit

Permalink
removed github module
Browse files Browse the repository at this point in the history
  • Loading branch information
wildart committed Oct 8, 2015
1 parent fcfac39 commit c07de05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 147 deletions.
4 changes: 2 additions & 2 deletions base/pkg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Pkg

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

Expand All @@ -13,7 +13,7 @@ type PkgError <: Exception
msg::AbstractString
end

for file in split("dir github types reqs cache read query resolve write entry git")
for file in split("dir types reqs cache read query resolve write entry git")
include("pkg/$file.jl")
end
const cd = Dir.cd
Expand Down
2 changes: 1 addition & 1 deletion base/pkg/entry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Entry

import Base: thispatch, nextpatch, nextminor, nextmajor, check_new_version
import ..Reqs, ..Read, ..Query, ..Resolve, ..Cache, ..Write, ..GitHub, ..Dir
import ..Reqs, ..Read, ..Query, ..Resolve, ..Cache, ..Write, ..Dir
import ...LibGit2
importall ...LibGit2
import ...Pkg.PkgError
Expand Down
144 changes: 0 additions & 144 deletions base/pkg/github.jl

This file was deleted.

0 comments on commit c07de05

Please sign in to comment.