Changeset 684

Show
Ignore:
Timestamp:
12/05/06 09:37:58
Author:
fenix
Message:

removed unnecessary constant

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneResolveUID/trunk/config.py

    r683 r684  
    22REQUIRED_TRANSFORM = ["ruid_to_url"] 
    33 
    4 _ABSOLUTE_REL_URL=r'(?P<url>(?P<protocol>http|https|ftp|mailto|file|about[:/]+?)?[a-zA-Z0-9_\@\.\,\?\!\/\:\;\-\#\~\=\&\%%\+\\]+)' 
    5  
    64TAG_PATTERN = r'(\<(img|a)[^>]*>)' 
    75UID_PATTERN = r'[^"]*resolveuid/(?P<uid>[^/"#? ]*)'