diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-02-06 23:13:08 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-02-06 23:13:08 +0000 |
commit | 37381bb9d592c77d8ceafb55c602d122a95aec65 (patch) | |
tree | 1fa436f765a097f547b8f723f7715da10785fb92 /src/backend/binhost.py | |
parent | c72f5dac54d4b8382a4d3891af07509ebe629f63 (diff) |
order imports, minor fix in check module
Diffstat (limited to 'src/backend/binhost.py')
-rw-r--r-- | src/backend/binhost.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/binhost.py b/src/backend/binhost.py index 809fa34..91a6e53 100644 --- a/src/backend/binhost.py +++ b/src/backend/binhost.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 -import subprocess import io +import subprocess def start(): isBinhost = [] |