mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-14 18:18:36 +02:00
fixes of python 3 test fails
This commit is contained in:
@ -22,6 +22,9 @@ def get_staff_user(username='helpdesk.staff', password='password'):
|
||||
|
||||
|
||||
def reload_urlconf(urlconf=None):
|
||||
|
||||
from imp import reload # python 3 needs this import.
|
||||
|
||||
if urlconf is None:
|
||||
from django.conf import settings
|
||||
|
||||
|
Reference in New Issue
Block a user