BigW Consortium Gitlab

Commit 023592b2 by Marc Abramowitz

Make EtsyV2 the default since EtsyV1 is no longer available.

parent 3b8f2c50
from _v1 import EtsyV1, EtsyV1 as Etsy
from _v2 import EtsyV2, EtsyOAuthClient
from _v1 import EtsyV1, EtsyV1
from _v2 import EtsyV2 as Etsy, EtsyOAuthClient
__version__ = '0.2.1'
......
......@@ -3,7 +3,7 @@
import os, sys
import oauth2 as oauth
import webbrowser
from etsy import EtsyV2 as Etsy, EtsyOAuthClient
from etsy import Etsy, EtsyOAuthClient
logging_enabled = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment