Isolate babel modules in a `babelpkg` dir.

This commit is contained in:
Dominik Picheta 2013-12-28 13:40:42 +00:00
commit 9dcc28f9d3
7 changed files with 3 additions and 3 deletions

View file

@ -9,4 +9,4 @@ bin = "babel"
srcDir = "src"
[Deps]
Requires: "nimrod >= 0.9.2"
Requires: "nimrod >= 0.9.3"

View file

@ -2,9 +2,9 @@
# BSD License. Look at license.txt for more info.
import httpclient, parseopt, os, strutils, osproc, pegs, tables, parseutils,
strtabs, json
strtabs, json, algorithm
import packageinfo, version, common, tools, download, algorithm
import babelpkg/packageinfo, babelpkg/version, babelpkg/common, babelpkg/tools, babelpkg/download
type
TOptions = object