Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Fix Python 3 support and PEP8 #23

Merged
merged 1 commit into from
Sep 4, 2015
Merged

Conversation

frankwiles
Copy link
Contributor

- unicode() doesn't exist in Python 3, so move to using Django's
  smart_text since it abstracts away the Python 2 vs 3 differences
  for us and Django is already a dependency
- PEP8 fixes

    - unicode() doesn't exist in Python 3, so move to using Django's
      smart_text since it abstracts away the Python 2 vs 3 differences
      for us and Django is already a dependency
    - PEP8 fixes
pydanny added a commit that referenced this pull request Sep 4, 2015
Fix Python 3 support and PEP8
@pydanny pydanny merged commit fed4d25 into BradWhittington:master Sep 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants