web/views/urlrewrite.py
branchstable
changeset 5786 7c16a4e7a592
parent 5424 8ecbcbff9777
child 5811 e77cea9721e7
equal deleted inserted replaced
5785:c0661b963ced 5786:7c16a4e7a592
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """Rules based url rewriter component, to get configurable RESTful urls.
    18 """Rules based url rewriter component, to get configurable RESTful urls"""
    19 
    19 
    20 """
       
    21 import re
    20 import re
    22 
    21 
    23 from cubicweb import typed_eid
    22 from cubicweb import typed_eid
    24 from cubicweb.appobject import AppObject
    23 from cubicweb.appobject import AppObject
    25 
    24