diff options
author | David Faure <faure@kde.org> | 2020-12-13 11:50:46 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2020-12-13 11:51:10 +0100 |
commit | 1c9ca43e12a9c09c94b87d1c494823b3c5d7798a (patch) | |
tree | eaa04cfd7ab6795cb1d83be23e3a01fcb3241200 /find-modules/run-sip.py | |
parent | 0d0e85db1d62ae59b781b60f6c5b69b6ae7bd2e0 (diff) | |
download | extra-cmake-modules-1c9ca43e12a9c09c94b87d1c494823b3c5d7798a.tar.gz extra-cmake-modules-1c9ca43e12a9c09c94b87d1c494823b3c5d7798a.tar.bz2 |
Fix errors in python code, found by pylama in a strict CI
Diffstat (limited to 'find-modules/run-sip.py')
-rwxr-xr-x | find-modules/run-sip.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/find-modules/run-sip.py b/find-modules/run-sip.py index fc8a5e2b..e745a607 100755 --- a/find-modules/run-sip.py +++ b/find-modules/run-sip.py @@ -1,6 +1,7 @@ #!/usr/bin/env python -import os, sys +import os +import sys import fnmatch import subprocess |