X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/979cc8e80c887caa8a91a86dd2ed2971bfe2bff5..1c227118c3deb54a18e97a17644ece67839cb1a5:/cas_provider/management/commands/cleanuptickets.py?ds=inline diff --git a/cas_provider/management/commands/cleanuptickets.py b/cas_provider/management/commands/cleanuptickets.py index c951993..994c766 100644 --- a/cas_provider/management/commands/cleanuptickets.py +++ b/cas_provider/management/commands/cleanuptickets.py @@ -6,7 +6,7 @@ Calls ``ServiceTickets.objects.delete_expired_users()``, which contains the actual logic for determining which accounts are deleted. """ -from __future__ import print_function +from __future__ import print_function, unicode_literals from django.core.management.base import NoArgsCommand from django.conf import settings