Browse Source

fix missing imports in Misc module

pull/18/merge
Rossen Georgiev 9 years ago
parent
commit
26fd97c511
  1. 2
      steam/client/features/misc.py

2
steam/client/features/misc.py

@ -1,6 +1,8 @@
"""
Various features that don't have a category
"""
from steam.core.msg import MsgProto
from steam.enums.emsg import EMsg
class Misc(object):
def __init__(self):

Loading…
Cancel
Save