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 /tests | |
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 'tests')
-rw-r--r-- | tests/GenerateSipBindings/rules_SipTest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/GenerateSipBindings/rules_SipTest.py b/tests/GenerateSipBindings/rules_SipTest.py index c570a039..a75a5826 100644 --- a/tests/GenerateSipBindings/rules_SipTest.py +++ b/tests/GenerateSipBindings/rules_SipTest.py @@ -1,5 +1,6 @@ -import os, sys +import os +import sys import rules_engine sys.path.append(os.path.dirname(os.path.dirname(rules_engine.__file__))) |