From: Chang.H.S Date: Mon, 9 Jan 2012 07:35:19 +0000 (+0900) Subject: add Vuplus Event plugin. (remove Vuplus Genuine Plugin) X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=8328e2a2bf4d97ff1afa986a22a25ecb6533de95 add Vuplus Event plugin. (remove Vuplus Genuine Plugin) --- diff --git a/configure.ac b/configure.ac index f74c765..c08344c 100644 --- a/configure.ac +++ b/configure.ac @@ -183,8 +183,8 @@ lib/python/Plugins/Extensions/TuxboxPlugins/meta/Makefile lib/python/Plugins/Extensions/WebBrowser/Makefile lib/python/Plugins/Extensions/WebBrowser/meta/Makefile lib/python/Plugins/Extensions/WebBrowser/keymap/Makefile -lib/python/Plugins/Extensions/GenuineVuplus/Makefile -lib/python/Plugins/Extensions/GenuineVuplus/meta/Makefile +lib/python/Plugins/Extensions/VuplusEvent/Makefile +lib/python/Plugins/Extensions/VuplusEvent/meta/Makefile lib/python/Plugins/SystemPlugins/CleanupWizard/Makefile lib/python/Plugins/SystemPlugins/CleanupWizard/meta/Makefile lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/Makefile diff --git a/lib/python/Plugins/Extensions/GenuineVuplus/Makefile.am b/lib/python/Plugins/Extensions/GenuineVuplus/Makefile.am deleted file mode 100644 index 377bf3d..0000000 --- a/lib/python/Plugins/Extensions/GenuineVuplus/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -installdir = $(pkglibdir)/python/Plugins/Extensions/GenuineVuplus - -SUBDIRS = meta - -install_PYTHON = \ - __init__.py \ - plugin.py \ - _genuinevuplus.so \ - genuinevuplus.py diff --git a/lib/python/Plugins/Extensions/GenuineVuplus/__init__.py b/lib/python/Plugins/Extensions/GenuineVuplus/__init__.py deleted file mode 100755 index e69de29..0000000 diff --git a/lib/python/Plugins/Extensions/GenuineVuplus/_genuinevuplus.so b/lib/python/Plugins/Extensions/GenuineVuplus/_genuinevuplus.so deleted file mode 100755 index 63b35a6..0000000 Binary files a/lib/python/Plugins/Extensions/GenuineVuplus/_genuinevuplus.so and /dev/null differ diff --git a/lib/python/Plugins/Extensions/GenuineVuplus/genuinevuplus.py b/lib/python/Plugins/Extensions/GenuineVuplus/genuinevuplus.py deleted file mode 100644 index 3295e28..0000000 --- a/lib/python/Plugins/Extensions/GenuineVuplus/genuinevuplus.py +++ /dev/null @@ -1,74 +0,0 @@ -# This file was automatically generated by SWIG (http://www.swig.org). -# Version 1.3.39 -# -# Do not make changes to this file unless you know what you are doing--modify -# the SWIG interface file instead. -# This file is compatible with both classic and new-style classes. - -from sys import version_info -if version_info >= (2,6,0): - def swig_import_helper(): - from os.path import dirname - import imp - fp = None - try: - fp, pathname, description = imp.find_module('_genuinevuplus', [dirname(__file__)]) - except ImportError: - import _genuinevuplus - return _genuinevuplus - if fp is not None: - try: - _mod = imp.load_module('_genuinevuplus', fp, pathname, description) - finally: - fp.close() - return _mod - _genuinevuplus = swig_import_helper() - del swig_import_helper -else: - import _genuinevuplus -del version_info -try: - _swig_property = property -except NameError: - pass # Python < 2.2 doesn't have 'property'. -def _swig_setattr_nondynamic(self,class_type,name,value,static=1): - if (name == "thisown"): return self.this.own(value) - if (name == "this"): - if type(value).__name__ == 'SwigPyObject': - self.__dict__[name] = value - return - method = class_type.__swig_setmethods__.get(name,None) - if method: return method(self,value) - if (not static) or hasattr(self,name): - self.__dict__[name] = value - else: - raise AttributeError("You cannot add attributes to %s" % self) - -def _swig_setattr(self,class_type,name,value): - return _swig_setattr_nondynamic(self,class_type,name,value,0) - -def _swig_getattr(self,class_type,name): - if (name == "thisown"): return self.this.own() - method = class_type.__swig_getmethods__.get(name,None) - if method: return method(self) - raise AttributeError(name) - -def _swig_repr(self): - try: strthis = "proxy of " + self.this.__repr__() - except: strthis = "" - return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,) - -try: - _object = object - _newclass = 1 -except AttributeError: - class _object : pass - _newclass = 0 - - - -def requestauth(): - return _genuinevuplus.requestauth() -requestauth = _genuinevuplus.requestauth - - diff --git a/lib/python/Plugins/Extensions/GenuineVuplus/meta/Makefile.am b/lib/python/Plugins/Extensions/GenuineVuplus/meta/Makefile.am deleted file mode 100755 index cacae45..0000000 --- a/lib/python/Plugins/Extensions/GenuineVuplus/meta/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -installdir = $(datadir)/meta - -dist_install_DATA = plugin_genuinevuplus.xml diff --git a/lib/python/Plugins/Extensions/GenuineVuplus/meta/plugin_genuinevuplus.xml b/lib/python/Plugins/Extensions/GenuineVuplus/meta/plugin_genuinevuplus.xml deleted file mode 100755 index c0f05ab..0000000 --- a/lib/python/Plugins/Extensions/GenuineVuplus/meta/plugin_genuinevuplus.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - hschang - Genuine Vuplus - enigma2-plugin-systemplugins-genuinevuplus - Genuine Vuplus verification - Support for verifying the authenticity of your Vu+. - - - - - - diff --git a/lib/python/Plugins/Extensions/GenuineVuplus/plugin.py b/lib/python/Plugins/Extensions/GenuineVuplus/plugin.py deleted file mode 100755 index c2691e7..0000000 --- a/lib/python/Plugins/Extensions/GenuineVuplus/plugin.py +++ /dev/null @@ -1,204 +0,0 @@ -from Screens.Screen import Screen -from Components.ActionMap import ActionMap -from Components.ConfigList import ConfigListScreen -from Components.config import config, getConfigListEntry, ConfigSubsection, ConfigSelection, ConfigText, ConfigInteger,NoSave -from Components.Sources.StaticText import StaticText -from Components.Label import Label -from Plugins.Plugin import PluginDescriptor -from Tools.Directories import resolveFilename, SCOPE_PLUGINS, fileExists -from Screens.MessageBox import MessageBox -from enigma import eTimer -import genuinevuplus -import os -import socket -import urllib2 - -default_email_address = "Please input your E-mail address" -config.plugins.genuinevuplus = ConfigSubsection() -config.plugins.genuinevuplus.sn_a = NoSave(ConfigSelection(default = "MA", choices = [ ("MA", _("MA")), ("MB", _("MB")), ("MC", _("MC")), ("MD", _("MD")), ("ME", _("ME")), ("MF", _("MF")), ("MG", _("MG")), ("MH", _("MH"))] )) -config.plugins.genuinevuplus.sn_b = NoSave(ConfigInteger(default = 0, limits = (1, 999999999))) -config.plugins.genuinevuplus.email = NoSave(ConfigText(default = default_email_address, visible_width = 50, fixed_size = False)) - -GENUINE_MESSAGES={ - -6 : "The server responded with an error message.", - -5 : " Connect to server failed, \nplease check your network configuration and retry.", - -4 : "UNEXPECTED ERROR.", - -3 : "INVALID SERIAL NUMBER.", - -2 : "DEVICE OPEN ERROR.", - -1 : "AUTHENTICATION FAILED.", - 0 : "AUTHENTICATION SUCCESS." -} - -class GenuineVuplus(Screen, ConfigListScreen): - def __init__(self,session): - if session.desktop.size().width() > 720: - self.skin = """ - - - - - - - - - """ - - else: - self.skin=""" - - - - - - - - """ - Screen.__init__(self,session) - self.session = session - self["shortcuts"] = ActionMap(["ShortcutActions", "SetupActions" ], - { - "ok": self.Start, - "cancel": self.keyExit, - "red": self.keyExit, - "green": self.Start, - }, -2) - self.genuine = None - self.list = [] - ConfigListScreen.__init__(self, self.list, session = self.session) - self["key_red"] = StaticText(_("Exit")) - self["key_green"] = StaticText(_("Start")) - self["text1"]=Label("Press green button to start") - self["text2"]=Label("With this plugin you can verify the authenticity of your Vu+.\nFor more information, please visit our website \nhttp://vuplus.com") - self.createSetup() - self.onLayoutFinish.append(self.checkKernelVer) - self.checkTimer = eTimer() - self.checkTimer.callback.append(self.invalidKVer) - self.connectToServerTimer = eTimer() - self.connectToServerTimer.callback.append(self.connectToServer) - - def checkKernelVer(self): - KVer = os.uname()[2] - if float(KVer[:3]) < 3.1: - self.checkTimer.start(0,True) - - def invalidKVer(self): - self.session.openWithCallback(self.close, MessageBox, _("For use this plugin, you must update the kernel version to 3.1 or later"), MessageBox.TYPE_ERROR) - - def createSetup(self): - self.list = [] - self.sn_aEntry = getConfigListEntry(_("1-1. Serial Number (The first two letters of SN)"), config.plugins.genuinevuplus.sn_a) - self.sn_bEntry = getConfigListEntry(_("1-2. Serial Number (The remaining numbers of SN)"), config.plugins.genuinevuplus.sn_b) - self.emailEntry = getConfigListEntry(_("2. Contact"), config.plugins.genuinevuplus.email) - self.list.append( self.sn_aEntry ) - self.list.append( self.sn_bEntry ) - self.list.append( self.emailEntry ) - self["config"].list = self.list - self["config"].l.setList(self.list) - - def confirmValidSN(self): - sn = str(config.plugins.genuinevuplus.sn_b.value) - if len(sn) > 9: - return False - elif sn == '0': - return False - else: - while(len(sn)<9): - sn = '0'+sn - if int(sn[:2]) not in range(28): - return False - elif int(sn[2:4]) not in range(1,53): - return False - elif int(sn[-5:]) == 0: - return False - else: - return True - - def displayResult(self, ret = -5): - global GENUINE_MESSAGES - self["text1"].setText(GENUINE_MESSAGES[ret]) - self["key_green"].text = _("Restart") - - def Start(self): - self["text1"].setText("WAITING......") - if(not self.confirmValidSN()): - self.displayResult(-3) - else: - try: - ret=genuinevuplus.requestauth() - except : - self.displayResult(-4) - if ret == 0 or ret == -1: -# self.connectToServer(ret) - self.genuine = ret - self.connectToServerTimer.start(0,True) - elif ret == -2: - self.displayResult(-2) - - def getModel(self): - if fileExists("/proc/stb/info/vumodel"): - vumodel = open("/proc/stb/info/vumodel") - info=vumodel.read().strip() - vumodel.close() - return info - else: - return "unknown" - - def connectToServer(self): - sn_b = str(config.plugins.genuinevuplus.sn_b.value) - for n in range(9-len(sn_b)): - sn_b = '0'+sn_b - serial_number = config.plugins.genuinevuplus.sn_a.value + sn_b - - model =self.getModel() - - email = config.plugins.genuinevuplus.email.value - if len(email) == 0 or email == default_email_address: - email = 'none' - - URL = "http://code.vuplus.com/genuine.php?serial=%s&yn=%s&model=%s&email=%s"%(serial_number, self.genuine == 0 and 'y' or self.genuine == -1 and 'n' or 'n' ,model, email) -# print URL - response = None - retry = 0 - while 1: - try: - timeout = 10 - socket.setdefaulttimeout(timeout) - response = urllib2.urlopen(URL) - break - except urllib2.URLError, e: - if hasattr(e, 'reason'): - print '[Genuine vuplus] Failed to reach a server.' - print '[Genuine vuplus] Reason : ', e.reason - elif hasattr(e, 'code'): - print '[Genuine vuplus] The server could not fullfill the request.' - print '[Genuine vuplus] Error code: ', e.code - if retry == 0: - print "[Genuine vuplus] retry..." - retry = 1 - else: - break - except socket.timeout: - print "[Genuine vuplus] Socket time out." - if retry == 0: - print "[Genuine vuplus] retry..." - retry = 1 - else: - break - - if response is not None: - if response.read() == 'YES': - self.displayResult(self.genuine) - else: - self.displayResult(-6) - else: - self.displayResult(-5) - - def keyExit(self): - self.close() - -def main(session, **kwargs): - session.open(GenuineVuplus) - -def Plugins(**kwargs): - return [PluginDescriptor(name=_("Genuine Vuplus"), description="Support for verifying the authenticity of your Vu+.", where = PluginDescriptor.WHERE_PLUGINMENU, needsRestart = False, fnc=main)] - diff --git a/lib/python/Plugins/Extensions/Makefile.am b/lib/python/Plugins/Extensions/Makefile.am index a238529..a123e54 100755 --- a/lib/python/Plugins/Extensions/Makefile.am +++ b/lib/python/Plugins/Extensions/Makefile.am @@ -1,7 +1,7 @@ installdir = $(pkglibdir)/python/Plugins/Extensions SUBDIRS = TuxboxPlugins CutListEditor PicturePlayer MediaScanner MediaPlayer GraphMultiEPG SocketMMI DVDBurn Modem WebBrowser \ - GenuineVuplus + VuplusEvent if HAVE_LIBDDVD SUBDIRS += DVDPlayer diff --git a/lib/python/Plugins/Extensions/VuplusEvent/Makefile.am b/lib/python/Plugins/Extensions/VuplusEvent/Makefile.am new file mode 100644 index 0000000..42ac1cf --- /dev/null +++ b/lib/python/Plugins/Extensions/VuplusEvent/Makefile.am @@ -0,0 +1,9 @@ +installdir = $(pkglibdir)/python/Plugins/Extensions/VuplusEvent + +SUBDIRS = meta + +install_PYTHON = \ + __init__.py \ + plugin.py \ + _vuplusauthenticity.so \ + vuplusauthenticity.py diff --git a/lib/python/Plugins/Extensions/VuplusEvent/__init__.py b/lib/python/Plugins/Extensions/VuplusEvent/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/lib/python/Plugins/Extensions/VuplusEvent/_vuplusauthenticity.so b/lib/python/Plugins/Extensions/VuplusEvent/_vuplusauthenticity.so new file mode 100755 index 0000000..deaee24 Binary files /dev/null and b/lib/python/Plugins/Extensions/VuplusEvent/_vuplusauthenticity.so differ diff --git a/lib/python/Plugins/Extensions/VuplusEvent/meta/Makefile.am b/lib/python/Plugins/Extensions/VuplusEvent/meta/Makefile.am new file mode 100755 index 0000000..488478c --- /dev/null +++ b/lib/python/Plugins/Extensions/VuplusEvent/meta/Makefile.am @@ -0,0 +1,3 @@ +installdir = $(datadir)/meta + +dist_install_DATA = plugin_vuplusevent.xml diff --git a/lib/python/Plugins/Extensions/VuplusEvent/meta/plugin_vuplusevent.xml b/lib/python/Plugins/Extensions/VuplusEvent/meta/plugin_vuplusevent.xml new file mode 100755 index 0000000..193b78b --- /dev/null +++ b/lib/python/Plugins/Extensions/VuplusEvent/meta/plugin_vuplusevent.xml @@ -0,0 +1,16 @@ + + + + + + hschang + Return the Love Event (only for genuine box) + enigma2-plugin-systemplugins-vuplusevent + Don't lose the chance to get the gift. + Don't lose the chance to get the gift. + + + + + + diff --git a/lib/python/Plugins/Extensions/VuplusEvent/plugin.py b/lib/python/Plugins/Extensions/VuplusEvent/plugin.py new file mode 100755 index 0000000..ceab4b8 --- /dev/null +++ b/lib/python/Plugins/Extensions/VuplusEvent/plugin.py @@ -0,0 +1,217 @@ +from Screens.Screen import Screen +from Components.ActionMap import ActionMap +from Components.ConfigList import ConfigListScreen +from Components.config import config, getConfigListEntry, ConfigSubsection, ConfigSelection, ConfigText, ConfigInteger,NoSave +from Components.Sources.StaticText import StaticText +from Components.Label import Label +from Plugins.Plugin import PluginDescriptor +from Tools.Directories import resolveFilename, SCOPE_PLUGINS, fileExists +from Screens.MessageBox import MessageBox +from enigma import eTimer +import vuplusauthenticity +import os +import socket +import urllib2 + +default_email_address = "Please input your E-mail address" +config.plugins.vuplusauthenticity = ConfigSubsection() +config.plugins.vuplusauthenticity.sn_a = NoSave(ConfigSelection(default = "MA", choices = [ ("MA", _("MA")), ("MB", _("MB")), ("MC", _("MC")), ("MD", _("MD")), ("ME", _("ME")), ("MF", _("MF")), ("MG", _("MG")), ("MH", _("MH"))] )) +config.plugins.vuplusauthenticity.sn_b = NoSave(ConfigInteger(default = 0, limits = (1, 999999999))) +config.plugins.vuplusauthenticity.email = NoSave(ConfigText(default = default_email_address, visible_width = 50, fixed_size = False)) + +GENUINE_MESSAGES={ + -6 : "UNEXPECTED ERROR(2).", + -5 : "INVALID SERIAL NUMBER.", + -4 : " Connect to server failed, \nplease check your network configuration and retry.", + -3 : "UNEXPECTED ERROR(1).", + -2 : "DEVICE OPEN ERROR.", + -1 : "AUTHENTICATION FAILED.", + 0 : "AUTHENTICATION SUCCESS." +} + +class VuplusAuthenticity(Screen, ConfigListScreen): + def __init__(self,session): + if session.desktop.size().width() > 720: + self.skin = """ + + + + + + + + + """ + + else: + self.skin=""" + + + + + + + + """ + Screen.__init__(self,session) + self.session = session + self["shortcuts"] = ActionMap(["ShortcutActions", "SetupActions" ], + { + "ok": self.Start, + "cancel": self.keyExit, + "red": self.keyExit, + "green": self.Start, + }, -2) + self.genuine = None + self.list = [] + ConfigListScreen.__init__(self, self.list, session = self.session) + self["key_red"] = StaticText(_("Exit")) + self["key_green"] = StaticText(_("Start")) + self["text1"]=Label("Press green button to start") + self["text2"]=Label("With this plugin you can verify the authenticity of your Vu+.\nFor more information, please visit our website \nhttp://vuplus.com") + self.createSetup() + self.onLayoutFinish.append(self.checkKernelVer) + self.checkTimer = eTimer() + self.checkTimer.callback.append(self.invalidKVer) + self.requestauth_timer = eTimer() + self.requestauth_timer.callback.append(self.requestauth) + + def checkKernelVer(self): + KVer = os.uname()[2] + if float(KVer[:3]) < 3.1: + self.checkTimer.start(0,True) + + def invalidKVer(self): + self.session.openWithCallback(self.close, MessageBox, _("For use this plugin, you must update the kernel version to 3.1 or later"), MessageBox.TYPE_ERROR) + + def createSetup(self): + self.list = [] + self.sn_aEntry = getConfigListEntry(_("1-1. Serial Number (The first two letters of SN)"), config.plugins.vuplusauthenticity.sn_a) + self.sn_bEntry = getConfigListEntry(_("1-2. Serial Number (The remaining numbers of SN)"), config.plugins.vuplusauthenticity.sn_b) + self.emailEntry = getConfigListEntry(_("2. Contact"), config.plugins.vuplusauthenticity.email) + self.list.append( self.sn_aEntry ) + self.list.append( self.sn_bEntry ) + self.list.append( self.emailEntry ) + self["config"].list = self.list + self["config"].l.setList(self.list) + + def confirmValidSN(self): + sn = str(config.plugins.vuplusauthenticity.sn_b.value) + if len(sn) > 9: + return False + elif sn == '0': + return False + else: + while(len(sn)<9): + sn = '0'+sn + if int(sn[:2]) not in range(28): + return False + elif int(sn[2:4]) not in range(1,53): + return False + elif int(sn[-5:]) == 0: + return False + else: + return True + + def displayResult(self, ret = -5): + global GENUINE_MESSAGES + self["text1"].setText(GENUINE_MESSAGES[ret]) + self["key_green"].text = _("Restart") + + def Start(self): + self["text1"].setText("WAITING......") + msg = "Please note that you agree to send software information of the box by applying the event.\nThe collected data will be used in a form that does not personally identify you." + self.session.openWithCallback(self.userConfirmCallback, MessageBoxGenuine, _(msg), MessageBox.TYPE_YESNO) + + def userConfirmCallback(self,ret): + if ret: + self.requestauth_timer.start(0,True) + else: + self["text1"].setText("Press green button to start") + + def getModel(self): + if fileExists("/proc/stb/info/vumodel"): + vumodel = open("/proc/stb/info/vumodel") + info=vumodel.read().strip() + vumodel.close() + return info + else: + return "unknown" + + def requestauth(self): + if(not self.confirmValidSN()): + self.displayResult(-5) + return + sn_b = str(config.plugins.vuplusauthenticity.sn_b.value) + while(len(sn_b)<9): + sn_b = '0'+sn_b + serial_number = config.plugins.vuplusauthenticity.sn_a.value + sn_b + model =self.getModel() + email = config.plugins.vuplusauthenticity.email.value + if len(email) == 0 or email == default_email_address: + email = "none" + try: + ret=vuplusauthenticity.requestauth(serial_number, model, email) + self.displayResult(ret) + except : + self.displayResult(-6) + + def keyExit(self): + self.close() + +class MessageBoxGenuine(MessageBox): + skin = """ + + + + + + + +# this should be factored out into some helper code, but currently demonstrates applets. +from enigma import eSize, ePoint + +orgwidth = self.instance.size().width() +orgpos = self.instance.position() +textsize = self["text"].getSize() + +# y size still must be fixed in font stuff... +textsize = (textsize[0] + 50, textsize[1] + 50) +offset = 0 +if self.type == self.TYPE_YESNO: + offset = 60 +wsizex = textsize[0] + 60 +wsizey = textsize[1] + offset +if (280 > wsizex): + wsizex = 280 +wsize = (wsizex, wsizey) + + +# resize +self.instance.resize(eSize(*wsize)) + +# resize label +self["text"].instance.resize(eSize(*textsize)) + +# move list +listsize = (wsizex, 50) +self["list"].instance.move(ePoint(0, textsize[1])) +self["list"].instance.resize(eSize(*listsize)) + +# center window +newwidth = wsize[0] +self.instance.move(ePoint(orgpos.x() + (orgwidth - newwidth)/2, orgpos.y())) + + """ + def __init__(self, session, text, type = MessageBox.TYPE_YESNO, timeout = -1, close_on_any_key = False, default = True, enable_input = True, msgBoxID = None): + MessageBox.__init__(self,session, text, type, timeout, close_on_any_key, default, enable_input,msgBoxID) + if type == MessageBox.TYPE_YESNO: + self.list = [ (_("Agree"), 0), (_("Exit"), 1) ] + self["list"].setList(self.list) + +def main(session, **kwargs): + session.open(VuplusAuthenticity) + +def Plugins(**kwargs): + return [PluginDescriptor(name=_("Return the Love Event"), description="Don't lose the chance to get the gift.", where = PluginDescriptor.WHERE_PLUGINMENU, needsRestart = False, fnc=main)] + diff --git a/lib/python/Plugins/Extensions/VuplusEvent/vuplusauthenticity.py b/lib/python/Plugins/Extensions/VuplusEvent/vuplusauthenticity.py new file mode 100755 index 0000000..cbd1206 --- /dev/null +++ b/lib/python/Plugins/Extensions/VuplusEvent/vuplusauthenticity.py @@ -0,0 +1,74 @@ +# This file was automatically generated by SWIG (http://www.swig.org). +# Version 1.3.39 +# +# Do not make changes to this file unless you know what you are doing--modify +# the SWIG interface file instead. +# This file is compatible with both classic and new-style classes. + +from sys import version_info +if version_info >= (2,6,0): + def swig_import_helper(): + from os.path import dirname + import imp + fp = None + try: + fp, pathname, description = imp.find_module('_vuplusauthenticity', [dirname(__file__)]) + except ImportError: + import _vuplusauthenticity + return _vuplusauthenticity + if fp is not None: + try: + _mod = imp.load_module('_vuplusauthenticity', fp, pathname, description) + finally: + fp.close() + return _mod + _vuplusauthenticity = swig_import_helper() + del swig_import_helper +else: + import _vuplusauthenticity +del version_info +try: + _swig_property = property +except NameError: + pass # Python < 2.2 doesn't have 'property'. +def _swig_setattr_nondynamic(self,class_type,name,value,static=1): + if (name == "thisown"): return self.this.own(value) + if (name == "this"): + if type(value).__name__ == 'SwigPyObject': + self.__dict__[name] = value + return + method = class_type.__swig_setmethods__.get(name,None) + if method: return method(self,value) + if (not static) or hasattr(self,name): + self.__dict__[name] = value + else: + raise AttributeError("You cannot add attributes to %s" % self) + +def _swig_setattr(self,class_type,name,value): + return _swig_setattr_nondynamic(self,class_type,name,value,0) + +def _swig_getattr(self,class_type,name): + if (name == "thisown"): return self.this.own() + method = class_type.__swig_getmethods__.get(name,None) + if method: return method(self) + raise AttributeError(name) + +def _swig_repr(self): + try: strthis = "proxy of " + self.this.__repr__() + except: strthis = "" + return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,) + +try: + _object = object + _newclass = 1 +except AttributeError: + class _object : pass + _newclass = 0 + + + +def requestauth(*args): + return _vuplusauthenticity.requestauth(*args) +requestauth = _vuplusauthenticity.requestauth + +