diff --git a/pyric/utils/rfkill.py b/pyric/utils/rfkill.py index ce0416e..9022dfd 100644 --- a/pyric/utils/rfkill.py +++ b/pyric/utils/rfkill.py @@ -61,7 +61,7 @@ """ dpath = '/dev/rfkill' spath = '/sys/class/rfkill' -ipath = 'sys/class/ieee80211' # directory of physical indexes +ipath = '/sys/class/ieee80211' # directory of physical indexes def rfkill_list(): """ @@ -231,4 +231,4 @@ def gettype(idx): except IOError: raise pyric.error(errno.ENODEV,"No device at {0}".format(idx)) finally: - if fin: fin.close() \ No newline at end of file + if fin: fin.close()