Ñò
Âä)Lc           @   s&   d  d k  Te d d d d d ƒ Z d S(   iÿÿÿÿ(   t   *s   pootle_project.viewss   ^$|^index.html$t   projects_indexs$   ^(?P<project_code>[^/]*)/admin.html$t   project_admins*   ^(?P<project_code>[^/]*)/permissions.html$t   project_admin_permissionss)   ^(?P<project_code>[^/]*)(/|/index.html)?$t   project_language_indexN(   s   ^$|^index.html$R   (   s$   ^(?P<project_code>[^/]*)/admin.html$R   (   s*   ^(?P<project_code>[^/]*)/permissions.html$R   (   s)   ^(?P<project_code>[^/]*)(/|/index.html)?$R   (   t   django.conf.urls.defaultst   patternst   urlpatterns(    (    (    s1   /var/www/Pootle/local_apps/pootle_project/urls.pyt   <module>   s
   
