Merge branch 'master' into django-1.8

* master:
  renamed test __init__.py imports to new test naming scheme
This commit is contained in:
Alex Seeholzer 2015-06-25 16:54:15 +02:00
commit 163a0524b1

View File

@ -1,3 +1,3 @@
from helpdesk.tests.ticket_submission import * from helpdesk.tests.test_ticket_submission import *
from helpdesk.tests.public_actions import * from helpdesk.tests.test_public_actions import *
from helpdesk.tests.navigation import * from helpdesk.tests.test_navigation import *