Implement configurable babelDir. Fixes #29.

This commit is contained in:
Dominik Picheta 2014-06-20 23:08:48 +01:00
commit d8068adef6
2 changed files with 46 additions and 31 deletions

View file

@ -1,3 +1,5 @@
# Copyright (C) Dominik Picheta. All rights reserved.
# BSD License. Look at license.txt for more info.
import osproc, unittest, strutils, os
const path = "../src/babel"