Skip to content

Commit 11500f0

Browse files
authored
Merge pull request #2 from rooprob/fix-import
Fix import
2 parents 7570a19 + bcca780 commit 11500f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717

1818
.. code-block:: bash
1919
20-
pip install woocommerce
20+
pip install -U git+https://github.com/<user>/<repo>@tag
2121
2222
Getting started
2323
---------------

woocommerce/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from time import time
1414
from urllib.parse import urlencode
1515

16-
from oauth import OAuth
16+
from .oauth import OAuth
1717
from requests import session
1818
from requests.adapters import HTTPAdapter, Retry
1919
from requests.auth import HTTPBasicAuth

0 commit comments

Comments
 (0)