diff options
author | Slávek Banko <[email protected]> | 2016-09-25 11:01:09 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-25 11:01:09 +0200 |
commit | e790d08307644b6718b2a547c21370b82aa4f376 (patch) | |
tree | eb4cc574e4f5a98bcc1f24ebab980cc38e3354e0 /examples3/tablestatistics.py | |
parent | 0b2f1c4760ceb98b6e3213999a1e4d48d24e91e8 (diff) | |
download | pytqt-e790d08307644b6718b2a547c21370b82aa4f376.tar.gz pytqt-e790d08307644b6718b2a547c21370b82aa4f376.zip |
Fix examples to properly import python_tqt module
This resolves bug 2693
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'examples3/tablestatistics.py')
-rwxr-xr-x | examples3/tablestatistics.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples3/tablestatistics.py b/examples3/tablestatistics.py index c0aa072..ee1f0f7 100755 --- a/examples3/tablestatistics.py +++ b/examples3/tablestatistics.py @@ -12,8 +12,8 @@ import sys import os -from qt import * -from qttable import * +from python_tqt.qt import * +from python_tqt.qttable import * TRUE = 1 FALSE = 0 |