some fixes #6

Merged
heinzel merged 2 commits from heinzel into master 2019-10-24 14:49:15 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit c3e61674c5 - Show all commits

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