Skip to content

Commit

Permalink
Add unicode_literals import to models __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed May 7, 2018
1 parent 35dc721 commit 7f4c59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wooey/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import absolute_import
from __future__ import absolute_import, unicode_literals
from .core import *
from .favorite import *

0 comments on commit 7f4c59b

Please sign in to comment.