app/soc/logic/path_link_name.py
changeset 626 342bebadd075
parent 533 ba3309b2fd30
equal deleted inserted replaced
625:ec867361b5ba 626:342bebadd075
    20 __authors__ = [
    20 __authors__ = [
    21   '"Todd Larsen" <tlarsen@google.com>',
    21   '"Todd Larsen" <tlarsen@google.com>',
    22   '"Lennard de Rijk" <ljvderijk@gmail.com>',
    22   '"Lennard de Rijk" <ljvderijk@gmail.com>',
    23   ]
    23   ]
    24 
    24 
    25 
       
    26 import re
       
    27 
    25 
    28 from soc.models import linkable
    26 from soc.models import linkable
    29 
    27 
    30 
    28 
    31 def getPartsFromPath(path):
    29 def getPartsFromPath(path):