diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/usercast.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/usercast.py b/examples/usercast.py index f5b569c..2711709 100644 --- a/examples/usercast.py +++ b/examples/usercast.py @@ -59,6 +59,7 @@ class Rect: def __conform__(self, proto): """This is a terrible hack, just ignore proto and return self.""" + print "CONFORMIG!" return self def from_points(self, x0, y0, x1, y1): |