mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 15:53:07 +02:00
regexps: Remove redundant Project definition
This commit is contained in:
parent
130b017d93
commit
961d405107
1 changed files with 0 additions and 2 deletions
|
@ -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)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue