PEP 8 (I'm bored): network

This commit is contained in:
enkore 2014-10-14 16:38:36 +02:00
parent 29a0278bc5
commit a07539f126

View File

@ -5,7 +5,7 @@ import netifaces
from i3pystatus import IntervalModule from i3pystatus import IntervalModule
# Remainder: if we raise minimum Python version to 3.3, use ipaddress module # Reminder: if we raise minimum Python version to 3.3, use ipaddress module
def count_bits(integer): def count_bits(integer):