Skip to content

Commit eb5440c

Browse files
committed
Another lil fix
1 parent e66ff2d commit eb5440c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def read(f_name):
99

1010
setup(
1111
name="xbox-python-api",
12-
version="0.1.2.3",
12+
version="0.1.2.4",
1313
url="https://github.com/Rarmash/Xbox-Python-API",
1414
author="Rarmash",
1515
description="Xbox API library",

xpa/classes/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .ACCOUNT_INFO_GAMERTAG import ACCOUNT_INFO_GAMERTAG
22
from .ACCOUNT_INFO_XUID import ACCOUNT_INFO_XUID
33
from .CLUB_DETAILS import CLUB_DETAILS
4-
from FRIEND_INFO_GAMERTAG import FRIEND_INFO_GAMERTAG
5-
from PLAYER_SUMMARY import PLAYER_SUMMARY
6-
from XUID_PRESENCE import XUID_PRESENCE
4+
from .FRIEND_INFO_GAMERTAG import FRIEND_INFO_GAMERTAG
5+
from .PLAYER_SUMMARY import PLAYER_SUMMARY
6+
from .XUID_PRESENCE import XUID_PRESENCE

0 commit comments

Comments
 (0)