responses.py

Go to the documentation of this file.
00001 from vyperlogix.hash import lists
00002 
00003 code_error = -404
00004 code_noUpdate = -100
00005 code_isUpdate = 400
00006 code_revoked = -500
00007 code_updated = 100
00008 code_accepted = 200
00009 code_valid = 300
00010 code_invalid = -301
00011 
00012 _info_site_address = 'www.VyperLogix.com'
00013 
00014 d_responses = lists.HashedLists2({code_error:'Warning: Unable to process your Registration.', 
00015                                   code_invalid:'Your registration is not valid. Please make sure your payment has processed.', 
00016                                   code_noUpdate:'You have the latest version.', 
00017                                   code_revoked:'Your product key has been revoked. You may Register again to regain access.', 
00018                                   code_updated:'Your registration has been updated and will be processed as quickly as possible.', 
00019                                   code_accepted:'Your registration has been accepted; you should receive your Product Key shortly.', 
00020                                   code_valid:'Your Product ID has been accepted; enjoy the power.',
00021                                   code_isUpdate:'There is a new version available you can download from %s.' % (_info_site_address)
00022                                  })
00023 
00024 

© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved; If you reference this document or any part of this document you must use the citation verbatim (including the link) "© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved."

Notice: This source code contained in this document is NOT open source and is NOT being distributed as open source.

122,241 lines of code and growing...