Run 2to3.

This commit is contained in:
Ryan Stein 2017-10-29 13:40:30 -04:00
parent a5a8d9dd57
commit 6fa280b9fd
157 changed files with 976 additions and 976 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.2 on 2017-06-06 17:31
from __future__ import unicode_literals
from django.db import migrations, models

View file

@ -97,7 +97,7 @@ class HelpEntry(SharedMemoryModel):
return self.key
def __unicode__(self):
return u'%s' % self.key
return '%s' % self.key
def access(self, accessing_obj, access_type='read', default=False):
"""