Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Add support for Python 2 #30

Open
justingallagher opened this issue May 17, 2016 · 0 comments
Open

Add support for Python 2 #30

justingallagher opened this issue May 17, 2016 · 0 comments

Comments

@justingallagher
Copy link
Contributor

We can use Python future to support both Python 2 and 3 from the same codebase. This would allow the course API to be used in existing Python 2 projects.

See cmu_auth for an example of how to do this - here, I upgraded a Python 2 package to work on both Python 2 and 3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant