diff options
Diffstat (limited to 'boot/boot.py')
| -rwxr-xr-x | boot/boot.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/boot.py b/boot/boot.py index 59217ec..456dd12 100755 --- a/boot/boot.py +++ b/boot/boot.py @@ -1,8 +1,8 @@ #!/usr/bin/env python -import os, json +import os +import json import urllib2 -import yaml import vocabcompiler |
