From 63d6cb702cea53719a35d4428d6866e16e9e899c Mon Sep 17 00:00:00 2001 From: Rossen Georgiev <rossen@rgp.io> Date: Mon, 27 Jun 2016 11:24:27 +0100 Subject: [PATCH] make MobileWebAuth available at top level --- steam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/__init__.py b/steam/__init__.py index 23af181..d208f26 100644 --- a/steam/__init__.py +++ b/steam/__init__.py @@ -6,7 +6,7 @@ version_info = (0, 8, 4) from steam.steamid import SteamID from steam.globalid import GlobalID from steam.webapi import WebAPI -from steam.webauth import WebAuth +from steam.webauth import WebAuth, MobileWebAuth # proxy object