aboutsummaryrefslogtreecommitdiff
path: root/Python/Zinc.py
diff options
context:
space:
mode:
Diffstat (limited to 'Python/Zinc.py')
-rw-r--r--Python/Zinc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/Zinc.py b/Python/Zinc.py
index 798a173..3b923b3 100644
--- a/Python/Zinc.py
+++ b/Python/Zinc.py
@@ -60,6 +60,8 @@ if nok : return 0 '''
return sversion
class Zinc(Widget):
+ def __str__(self):
+ return("Zinc instance")
def __init__(self, master=None, cnf={}, **kw):
Widget.__init__(self, master, 'zinc', cnf, kw)
self.items = {}