mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 00:07:14 +03:00
removed object
This commit is contained in:
parent
a55e43c0b5
commit
660878dcff
@ -27,7 +27,8 @@ if sys.platform == 'win32':
|
||||
pass
|
||||
|
||||
|
||||
class GenericProtocolHandler(object):
|
||||
class GenericProtocolHandler:
|
||||
"""Base Protocol Handler."""
|
||||
|
||||
def __init__(self):
|
||||
self.redirect = protocolhandler_redirect # Base redirection URL
|
||||
|
Loading…
x
Reference in New Issue
Block a user