diff options
author | Slávek Banko <[email protected]> | 2022-12-21 14:38:03 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-12-21 14:38:03 +0100 |
commit | cebecd44a07f0977b49e605e505b8f6350a77818 (patch) | |
tree | 47bb83a54d31a1942adbf1878600f8886a3b39fd /mountconfig/SimpleCommandRunner.py | |
parent | ffaf4cae99bdcf3c99fe371c55ef51c94d2e78f0 (diff) | |
download | tde-guidance-cebecd44a07f0977b49e605e505b8f6350a77818.tar.gz tde-guidance-cebecd44a07f0977b49e605e505b8f6350a77818.zip |
Update after rename python extension module from python_tqt to PyTQt.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'mountconfig/SimpleCommandRunner.py')
-rw-r--r-- | mountconfig/SimpleCommandRunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mountconfig/SimpleCommandRunner.py b/mountconfig/SimpleCommandRunner.py index b879934..4eafedd 100644 --- a/mountconfig/SimpleCommandRunner.py +++ b/mountconfig/SimpleCommandRunner.py @@ -13,7 +13,7 @@ # (at your option) any later version. # # # ########################################################################### -from python_tqt.qt import * +from PyTQt.qt import * from tdecore import * import locale |