From d2c38bb56991f56ceabb8c1d5915515d9e48f024 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 19 May 2009 11:54:40 +0000 Subject: [PATCH] Snip nonsensical comment left over from cut and paste from other examples. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11215 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/python/callback/runme.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Examples/python/callback/runme.py b/Examples/python/callback/runme.py index 5d93e8223..026e9520b 100644 --- a/Examples/python/callback/runme.py +++ b/Examples/python/callback/runme.py @@ -5,8 +5,6 @@ import example -# CEO class, which overrides Employee::getPosition(). - class PyCallback(example.Callback): def __init__(self): example.Callback.__init__(self)