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