Skip to content

Commit

Permalink
Unicode literals FTW
Browse files Browse the repository at this point in the history
  • Loading branch information
defrex committed Aug 7, 2014
1 parent 0e8bf8f commit d9cb2e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap_paginator/templatetags/paginator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

from __future__ import unicode_literals

from django.utils.six.moves.urllib.parse import urlencode
from django import template
from django.conf import settings
Expand Down

0 comments on commit d9cb2e9

Please sign in to comment.