diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-27 20:37:27 -0400 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-27 20:37:27 -0400 |
| commit | 38258b6033869da653e6568195c5c870cbf4ddd5 (patch) | |
| tree | e42a82ece1d4355c18b2fe5eb4f7ead4be7784da | |
| parent | 58cc70ea64b24b2f88dc076804544f3dde7bc740 (diff) | |
| download | jasper-client-38258b6033869da653e6568195c5c870cbf4ddd5.tar.gz jasper-client-38258b6033869da653e6568195c5c870cbf4ddd5.zip | |
removed wifi import
| -rwxr-xr-x | boot/boot.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/boot.py b/boot/boot.py index ac52bdd..ebe6b35 100755 --- a/boot/boot.py +++ b/boot/boot.py @@ -3,7 +3,6 @@ import os, json import urllib2 import yaml -from wifi import * import vocabcompiler |
