Index: /trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
===================================================================
--- /trunk/src/VBox/Frontends/VBoxShell/vboxshell.py	(revision 50710)
+++ /trunk/src/VBox/Frontends/VBoxShell/vboxshell.py	(revision 50711)
@@ -378,5 +378,5 @@
                 printMultiTouchEvent(ctx, mtev)
 
-    class EventListener:
+    class EventListener(object):
         def __init__(self, arg):
             pass
