From 79c9e1e1722cdb71e9bb6c4a3c89424879293dfb Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 13 Jan 2013 17:41:47 +0200 Subject: Start work on descending to subdirectories. --- environment.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'environment.py') diff --git a/environment.py b/environment.py index ec2d73c..1730640 100755 --- a/environment.py +++ b/environment.py @@ -16,6 +16,8 @@ import subprocess, os.path +builder_filename = 'builder.txt' + class EnvironmentException(Exception): def __init(self, *args, **kwargs): Exception.__init__(self, *args, **kwargs) -- cgit v1.1