Another hotkey fix.
[redakcja.git] / apps / wysiwyg / urls.py
1 # -*- encoding: utf-8 -*-
2
3 __author__= "Ɓukasz Rekucki"
4 __date__ = "$2009-09-23 15:57:38$"
5 __doc__ = "Module documentation."
6
7 from django.conf.urls.defaults import *
8
9
10 urlpatterns = patterns('',
11     (r'^$', 'wysiwyg.views.index'),
12 )