From 64de5f735cf0dbdf1a17903b535a1da915d39a6f Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 26 May 2014 14:15:35 -0700 Subject: removed unused imports --- boot/wifi.py | 1 - 1 file changed, 1 deletion(-) (limited to 'boot/wifi.py') diff --git a/boot/wifi.py b/boot/wifi.py index 7e2fa43..3170ecf 100755 --- a/boot/wifi.py +++ b/boot/wifi.py @@ -15,7 +15,6 @@ class Wifi: if "Address" in line: - address = line[29:-1] name = lines[index + 1].split("\"")[1] self.access_points.append(name) -- cgit v1.3.1