summaryrefslogtreecommitdiffstats
path: root/examples/biff.py
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-01 18:23:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-01 22:59:49 +0900
commitc6acfabe32e7d22d90571d5398b94514e16dacff (patch)
treefb1a6d9f9722711c1cb16960172a95a55ea7c863 /examples/biff.py
parentf4a39d2fde3ef72e32b296fdd783b31d4abfcb76 (diff)
downloadpytqt-c6acfabe32e7d22d90571d5398b94514e16dacff.tar.gz
pytqt-c6acfabe32e7d22d90571d5398b94514e16dacff.zip
Removed unnecessary code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8ccbd4fc0219267d2d8b00e7191b1d92de834569)
Diffstat (limited to 'examples/biff.py')
-rwxr-xr-xexamples/biff.py5
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