fee983045b
Fix some other tests by the way.
8 lines
99 B
Python
8 lines
99 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from openslides import urls
|
|
|
|
reload(urls)
|
|
|
|
urlpatterns = urls.urlpatterns
|