Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation

.. code-block:: bash

pip install woocommerce
pip install -U git+https://github.com/<user>/<repo>@tag

Getting started
---------------
Expand Down
2 changes: 1 addition & 1 deletion woocommerce/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from time import time
from urllib.parse import urlencode

from oauth import OAuth
from .oauth import OAuth
from requests import session
from requests.adapters import HTTPAdapter, Retry
from requests.auth import HTTPBasicAuth
Expand Down