File: fmregex.py

package info (click to toggle)
releaseforge 1.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,088 kB
  • ctags: 1,239
  • sloc: python: 13,801; makefile: 68; sh: 32
file content (9 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
import re
###################################################
# These regular expressions were created with Kodos 
#                                                 
# http://kodos.sourceforge.net
#
###################################################

PROJECTS_FROM_LOGIN = re.compile('''<li><a href="(?P<url>.*?)"><b>(?P<projectname>.*?)</b>''', re.DOTALL | re.IGNORECASE)