summaryrefslogtreecommitdiffstats
path: root/examples/biff.py
diff options
context:
space:
mode:
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