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

Commit

Permalink
Merge pull request #365 from edx/efischer/play_nice_with_py27
Browse files Browse the repository at this point in the history
remove unicode literals
  • Loading branch information
Eric Fischer committed Jul 25, 2017
2 parents 0496f69 + a4fb1a2 commit eadf3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
Set up for XBlock
"""

from __future__ import absolute_import, division, print_function, unicode_literals
from __future__ import absolute_import, division, print_function

import codecs
import os.path
Expand Down
2 changes: 1 addition & 1 deletion xblock/VERSION.txt
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit eadf3cd

Please sign in to comment.