From 3c3b445f71b6b4a31637b6c1045274e4ce7fbc4f Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 22 Jul 2009 22:03:46 +0000 Subject: greater and less --- (limited to 'tawindow.py') diff --git a/tawindow.py b/tawindow.py index b65b4d0..bed16f3 100644 --- a/tawindow.py +++ b/tawindow.py @@ -482,7 +482,7 @@ def dock_dx_dy(block1,dock1n,block2,dock2n): if block1==block2: return (100,100) if d1type!=d2type: # some blocks can take strings or nums - if block1.proto.name in ('write', 'plus2', 'equal', \ + if block1.proto.name in ('write', 'plus2', 'equal', 'less', 'greater', \ 'template1', 'template2', 'template3', 'template4', \ 'template6', 'template7', 'nop', 'print'): if block1.proto.name == 'write' and d1type == 'string': -- cgit v0.9.1