Initial work on monitless installation

This commit is contained in:
Duncan Sommerville 2014-12-16 12:24:41 -05:00
parent ecb43c2587
commit 4dfd49d12c
23 changed files with 225 additions and 112 deletions

View file

@ -14,6 +14,6 @@ try:
tn.read_all()
except Exception, e:
print('Error loading config file: %s', e)
print 'Error loading config file: %s' % e
sys.exit()