Skip to content

Commit a80176f

Browse files
committed
rom __future__ import absolute_import for python2 support
1 parent bdf32f7 commit a80176f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

screepsapi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import absolute_import
12
from screepsapi.screepsapi import *
23
__all__ = ['API', 'Socket']
34

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = open('README.md').read()
99

1010

11-
version = '0.4.1'
11+
version = '0.4.2'
1212
setup(
1313
name = 'screepsapi',
1414
version = version,

0 commit comments

Comments
 (0)