diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2016-09-25 11:01:09 +0200 | 
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2016-09-25 11:01:09 +0200 | 
| commit | e790d08307644b6718b2a547c21370b82aa4f376 (patch) | |
| tree | eb4cc574e4f5a98bcc1f24ebab980cc38e3354e0 /examples2/themes.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 <slavek.banko@axis.cz>
Diffstat (limited to 'examples2/themes.py')
| -rwxr-xr-x | examples2/themes.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples2/themes.py b/examples2/themes.py index e1fb529..4465348 100755 --- a/examples2/themes.py +++ b/examples2/themes.py @@ -13,7 +13,7 @@ import os, sys  # include files for QT -from qt import * +from python_tqt.qt import *  class ButtonsGroups(TQVBox): | 
