This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import datetime as dt_variation | |
from datetime import datetime | |
DELTA = dt_variation.timedelta(days=2) | |
DATAS = ('2012-02-08', '2012-02-09', '2012-02-10', '2012-02-11', '2012-02-12') | |
PONTO_MOVIMENTO = '' | |
def Gera_Data(): |