diff options
author | Kali Kaneko <kali@leap.se> | 2015-09-17 22:53:38 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-09-17 22:54:05 -0400 |
commit | 905059dcc203680f86316c83d538f14896adb928 (patch) | |
tree | 3374bb215eacf9bc92840958b48f892a81998525 /src/leap/bitmask/updater.py | |
parent | 10f6f5b17e0ac1d5d4b433a428efc1beffd999a7 (diff) |
[style] pep8 fixes
Diffstat (limited to 'src/leap/bitmask/updater.py')
-rw-r--r-- | src/leap/bitmask/updater.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/leap/bitmask/updater.py b/src/leap/bitmask/updater.py index c35eff5f..7cb23a0a 100644 --- a/src/leap/bitmask/updater.py +++ b/src/leap/bitmask/updater.py @@ -50,6 +50,7 @@ DELAY_KEY = "updater_delay" class Updater(threading.Thread): + def __init__(self): """ Initialize the list of mirrors, paths and other TUF dependencies from @@ -162,7 +163,8 @@ class Updater(threading.Thread): """ Find the remote repo path deneding on the platform. - :return: the path to add to the remote repo url for the specific platform. + :return: the path to add to the remote repo url for the specific + platform. :rtype: str :raises NotImplemented: When the system where bitmask is running is not |