17 lines
279 B
Python
17 lines
279 B
Python
|
#!/usr/bin/env python
|
||
|
# encoding: utf-8
|
||
|
|
||
|
|
||
|
from notes_tools import df_marks_manip
|
||
|
|
||
|
|
||
|
# TODO: faire des tests unitaire |mar. nov. 8 11:20:57 EAT 2016
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
# -----------------------------
|
||
|
# Reglages pour 'vim'
|
||
|
# vim:set autoindent expandtab tabstop=4 shiftwidth=4:
|
||
|
# cursor: 16 del
|