diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-26 14:15:35 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-26 14:15:35 -0700 |
| commit | 64de5f735cf0dbdf1a17903b535a1da915d39a6f (patch) | |
| tree | 84f718fa2567227aabebd026cd292b193ec2aace /boot/wifi.py | |
| parent | eb5941d74b806653f519bac25f9efe0436749892 (diff) | |
| download | jasper-client-64de5f735cf0dbdf1a17903b535a1da915d39a6f.tar.gz jasper-client-64de5f735cf0dbdf1a17903b535a1da915d39a6f.zip | |
removed unused imports
Diffstat (limited to 'boot/wifi.py')
| -rwxr-xr-x | boot/wifi.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
