Skip to content

Commit f0163d7

Browse files
committed
Remove _wrapper name.
1 parent f89a036 commit f0163d7

File tree

13 files changed

+38
-18
lines changed

13 files changed

+38
-18
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import abc
22

3+
34
class CacheInterface(metaclass=abc.ABCMeta):
45
"""Interface for using custom cache."""
56

requirements.txt

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
1+
arrow==0.12.1
2+
atomicwrites==1.2.1
3+
attrs==18.2.0
4+
awscli==1.14.33
5+
boto3==1.5.10
6+
botocore==1.8.37
17
cachetools==2.1.0
2-
certifi==2018.8.24
8+
certifi==2017.11.5
39
chardet==3.0.4
4-
idna==2.7
5-
requests==2.19.1
6-
urllib3==1.23
10+
colorama==0.3.7
11+
docutils==0.14
12+
idna==2.6
13+
ipinfo-wrapper==0.1.3
14+
jmespath==0.9.3
15+
more-itertools==4.3.0
16+
pluggy==0.7.1
17+
pprint==0.1
18+
psycopg2==2.7.3.2
19+
py==1.6.0
20+
pyasn1==0.4.2
21+
pycodestyle==2.4.0
22+
pytest==3.8.2
23+
python-dateutil==2.6.1
24+
pytz==2017.2
25+
PyYAML==3.12
26+
requests==2.18.4
27+
rsa==3.4.2
28+
s3transfer==0.1.12
29+
six==1.11.0
30+
urllib3==1.22
31+
virtualenv==15.1.0

tests/default_cache_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ipinfo_wrapper.cache.default import DefaultCache
1+
from ipinfo.cache.default import DefaultCache
22

33

44
def _get_new_cache():

tests/details_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from ipinfo_wrapper.details import Details
2+
from ipinfo.details import Details
33

44

55
def test_init():

0 commit comments

Comments
 (0)