calibre/src/regex
2014-01-30 18:59:24 +05:30
..
__init__.py Update regex module 2014-01-30 18:59:24 +05:30
_regex.c Update regex module 2014-01-30 18:59:24 +05:30
_regex.h
_regex_core.py
_regex_unicode.c
_regex_unicode.h
README

This regex engine is taken, with thanks, from: https://code.google.com/p/mrab-regex-hg/

It is licensed under the Python Software Foundation License

Author: Matthew Barnett