aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-12-15 12:12:25 +0100
committerGuido Günther <agx@sigxcpu.org>2016-12-15 12:12:25 +0100
commitdb8576472e3c76dc495ba45792c8dc7f1bb4be46 (patch)
tree7899f6c2c725b0582a7cdbb2b99a6619ac7c925b
parent51ed8c07a35a947d0ab2bc67aacef0af2441dcdf (diff)
flake8 cleanups
-rwxr-xr-xwhatmaps/command.py1
-rw-r--r--whatmaps/distro.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/whatmaps/command.py b/whatmaps/command.py
index e28a8b9..74d85da 100755
--- a/whatmaps/command.py
+++ b/whatmaps/command.py
@@ -259,6 +259,7 @@ def main(argv):
def run():
return(main(sys.argv))
+
if __name__ == '__main__':
sys.exit(main(sys.argv))
diff --git a/whatmaps/distro.py b/whatmaps/distro.py
index 29d2dc2..87e264e 100644
--- a/whatmaps/distro.py
+++ b/whatmaps/distro.py
@@ -112,6 +112,7 @@ class Distro(object):
def detect():
return detect()
+
import whatmaps.debiandistro # noqa: E402
import whatmaps.redhatdistro # noqa: E402