Files
todo.txt-vim/syntax/python/dateregex/dateregex/__init__.py
Florent Fievez 0863e1434e Vim distributed on recent linux distribution is now linked with
python3. Ensure compatibility with it.
2016-08-09 14:57:43 +02:00

12 lines
373 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: __init__.py
# Author: Guilherme Victal <guilherme at victal.eti.br>
# Description: Dateregex library entry point
# License: Vim license
# Website: http://github.com/freitass/todo.txt-vim
# Version: 0.1
from dateregex.after import regex_date_after
from dateregex.before import regex_date_before