Closed mitya57 closed 8 years ago
Use system copies instead, and add them as dependencies in setup.py.
The only code change was required in src/gdata/auth.py (use base64 instead of a function that no longer exists in tlslite). Other changes were just import changes.
src/gdata/auth.py
Thanks.
Use system copies instead, and add them as dependencies in setup.py.
The only code change was required in
src/gdata/auth.py
(use base64 instead of a function that no longer exists in tlslite). Other changes were just import changes.