diff options
Diffstat (limited to 'injector.py')
-rw-r--r-- | injector.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/injector.py b/injector.py index efb3d65..d84481d 100644 --- a/injector.py +++ b/injector.py @@ -128,7 +128,6 @@ class Chat(OmegleChat): def on_message(self,msg): #XXX handle linking injector.add_message("%s %s : %s" % (1, self.name, msg)) - class Injector(InjectorWindow): def __init__(self): InjectorWindow.__init__(self) |