aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'environment.py')
-rwxr-xr-xenvironment.py2
1 files changed, 2 insertions, 0 deletions
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)