diff options
Diffstat (limited to 'boot')
| -rwxr-xr-x | boot/boot.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/boot/boot.py b/boot/boot.py index 245bd4d..12b60eb 100755 --- a/boot/boot.py +++ b/boot/boot.py @@ -1,9 +1,10 @@ #!/usr/bin/env python import os -import sys +import json import urllib2 -import yaml +import sys + import vocabcompiler import traceback |
