diff options
Diffstat (limited to 'pgcommitfest/commitfest/management/commands/send_notifications.py')
-rw-r--r-- | pgcommitfest/commitfest/management/commands/send_notifications.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/management/commands/send_notifications.py b/pgcommitfest/commitfest/management/commands/send_notifications.py index d181712..cb2ef14 100644 --- a/pgcommitfest/commitfest/management/commands/send_notifications.py +++ b/pgcommitfest/commitfest/management/commands/send_notifications.py @@ -2,7 +2,7 @@ from django.core.management.base import BaseCommand from django.db import transaction from django.conf import settings -from StringIO import StringIO +from io import StringIO from pgcommitfest.commitfest.models import PendingNotification from pgcommitfest.userprofile.models import UserProfile |