Removed old Python 2 syntax

This commit is contained in:
Claude Paroz 2016-08-31 09:59:26 +02:00
parent 7ea6a0d583
commit a067b6e74b
2 changed files with 1 additions and 6 deletions

View file

@ -1,5 +1,3 @@
# -*- encoding: utf-8 -*-
from __future__ import unicode_literals
from datetime import date
from django.contrib.auth.models import User
@ -12,6 +10,7 @@ from .models import (
)
from .utils import school_year
class StagesTest(TestCase):
@classmethod
def setUpClass(cls):