OpenSlides/tests/plugin_api/test_plugin_one/__init__.py
Oskar Hahn 32137b6523 Use python3
python3.3 and python3.4 are supported
2014-08-24 21:21:11 +02:00

12 lines
441 B
Python

from django.conf.urls import patterns, url
from django.views.generic import RedirectView
__verbose_name__ = 'Test Plugin ta3Ohmaiquee2phaf9ei'
__version__ = 'test_version_string_MoHonepahfofiree6Iej'
__description__ = 'Short description of test plugin Sah9aiQuae5hoocai7ai'
urlpatterns = patterns(
'',
url(r'^test_plugin_one_url_Eexea4nie1fexaax3oX7/$',
RedirectView.as_view(pattern_name='core_version', permanent=False)))