From 0d4bb63b3727e44c973d167be0d82c4c062648f6 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 22 Aug 2014 09:32:35 +0800 Subject: Minor style fixes: removed unused imports, commented-out code, etc. --- boot/boot.py | 1 - 1 file changed, 1 deletion(-) (limited to 'boot/boot.py') diff --git a/boot/boot.py b/boot/boot.py index 12b60eb..a8141cb 100755 --- a/boot/boot.py +++ b/boot/boot.py @@ -1,7 +1,6 @@ #!/usr/bin/env python import os -import json import urllib2 import sys -- cgit v1.3.1