diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-01 18:23:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-01 22:34:55 +0900 |
commit | 8ccbd4fc0219267d2d8b00e7191b1d92de834569 (patch) | |
tree | fcf9541ad97d54e1060e196ba9ca52258fcc5b45 /examples | |
parent | aa6764916ff2706bc094a8858691f9b0a98f395c (diff) | |
download | pytqt-8ccbd4fc0219267d2d8b00e7191b1d92de834569.tar.gz pytqt-8ccbd4fc0219267d2d8b00e7191b1d92de834569.zip |
Removed unnecessary code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/biff.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/biff.py b/examples/biff.py index 2d41184..325ec74 100755 --- a/examples/biff.py +++ b/examples/biff.py @@ -4,11 +4,6 @@ import os, sys, string from PyTQt.tqt import * -if TQT_VERSION < 0x030100: - print("This example requires TQt v3.1.0 or later.") - sys.exit(1) - - FALSE = 0 TRUE = 1 |