---
client/libsinan/version_check_handler.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/client/libsinan/version_check_handler.py
b/client/libsinan/version_check_handler.py
index 0b03e39..1e5fa0a 100644
--- a/client/libsinan/version_check_handler.py
+++ b/client/libsinan/version_check_handler.py
@@ -4,6 +4,9 @@ from libsinan import handler, output, jsax
class VersionCheckTaskHandler(output.SimpleTaskHandler):
+ def __init__(self):
+ output.SimpleTaskHandler.__init__(self)
+ self.version = None
def object_end(self):
""" We only get one object per right now so
--
1.6.1.3
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"erlware-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/erlware-dev?hl=en
-~----------~----~----~----~------~----~------~--~---