regexps: Remove redundant Project definition

This commit is contained in:
Tomas Babej 2015-04-05 23:35:45 +02:00
parent 130b017d93
commit 961d405107

View file

@ -46,8 +46,6 @@ GENERIC_TASK = re.compile(''.join([
')?' # UUID is not there for new tasks
]))
PROJECT_DEFINITION = re.compile(r'Project: (?P<project>.*)(?<!\s)')
DATETIME_FORMAT = "(%Y-%m-%d %H:%M)"
DATE_FORMAT = "(%Y-%m-%d)"