mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-10 02:43:47 -05:00
Vim distributed on recent linux distribution is now linked with
python3. Ensure compatibility with it.
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
# Website: http://github.com/freitass/todo.txt-vim
|
||||
# Version: 0.1
|
||||
|
||||
from after import regex_date_after
|
||||
from before import regex_date_before
|
||||
from dateregex.after import regex_date_after
|
||||
from dateregex.before import regex_date_before
|
||||
|
||||
Reference in New Issue
Block a user