This commit is contained in:
Jack Robison 2017-04-10 13:59:31 -04:00
parent 8db7c37fa7
commit 105fa0b947

View file

@ -7,10 +7,9 @@
# The docstrings in this module contain epytext markup; API documentation
# may be created by processing this file with epydoc: http://epydoc.sf.net
import hashlib
import random
from lbrynet.core.utils import generate_id
class Message(object):
""" Base class for messages - all "unknown" messages use this class """