Browse Source

fix typo

pull/293/head
Rossen Georgiev 5 years ago
parent
commit
9ab50ace5c
  1. 2
      steam/utils/__init__.py

2
steam/utils/__init__.py

@ -3,7 +3,7 @@
import six import six
from six.moves import xrange as _range from six.moves import xrange as _range
if sys.PY2: if six.PY2:
import win_inet_pton import win_inet_pton
import weakref import weakref

Loading…
Cancel
Save