summaryrefslogtreecommitdiff
path: root/Examples/python/callback/runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/python/callback/runme.py')
-rw-r--r--Examples/python/callback/runme.py2
1 files changed, 0 insertions, 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)