FIX: #5
Some checks failed
buildbot/django-test-test-python2 Build done.
buildbot/django-test-test-python3 Build done.

This commit is contained in:
2019-10-24 14:39:14 +02:00
parent b3744b966d
commit c3e61674c5
2 changed files with 2 additions and 1 deletions

View File

@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import datetime
import mock
import re
import socket
import unittest
from django.test import SimpleTestCase
from unittest import mock
from ..views import RootView

View File

@@ -1,3 +1,4 @@
coverage
django
django-extensions
mock