Browse Source
pull/6/head9897c59
- WebAPI: fix set concatenation in python34aa9200
- version bump v0.5.18fd391c
- fix setup.py install fail when missing dependeciescbde28a
- WebAPI: fix regression w/ required param checkf5d6bc8
- WebAPI: moved doc() to __doc__; doc() now prints
4 changed files with 28 additions and 12 deletions
@ -1,5 +1,5 @@ |
|||
__version__ = "0.5" |
|||
__version__ = "0.5.1" |
|||
__author__ = "Rossen Georgiev" |
|||
|
|||
from .steamid import SteamID |
|||
from .webapi import WebAPI |
|||
from steam.steamid import SteamID |
|||
from steam.webapi import WebAPI |
|||
|
Loading…
Reference in new issue