18 lines
591 B
Python
18 lines
591 B
Python
# uncompyle6 version 3.9.2
|
|
# Python bytecode version base 3.7.0 (3394)
|
|
# Decompiled from: Python 3.8.19 (default, Mar 20 2024, 15:27:52)
|
|
# [Clang 14.0.6 ]
|
|
# Embedded file name: /var/user/app/device_supervisorbak/device_supervisor/lib/Pyro4/constants.py
|
|
# Compiled at: 2024-04-18 03:12:55
|
|
# Size of source mod 2**32: 497 bytes
|
|
"""
|
|
Definitions of various hard coded constants.
|
|
|
|
Pyro - Python Remote Objects. Copyright by Irmen de Jong (irmen@razorvine.net).
|
|
"""
|
|
VERSION = "4.82"
|
|
DAEMON_NAME = "Pyro.Daemon"
|
|
NAMESERVER_NAME = "Pyro.NameServer"
|
|
FLAME_NAME = "Pyro.Flame"
|
|
PROTOCOL_VERSION = 48
|