Remove the need for relpath (and thus abspath) in builder.py.

This commit is contained in:
Avery Pennarun 2010-11-21 03:34:32 -08:00
commit f644f3bd04
2 changed files with 14 additions and 8 deletions

View file

@ -1,6 +1,7 @@
import os
import atoi
PWD = os.environ.get('REDO_PWD', '')
TARGET = os.environ.get('REDO_TARGET', '')
DEPTH = os.environ.get('REDO_DEPTH', '')
DEBUG = atoi.atoi(os.environ.get('REDO_DEBUG', ''))