Skip to content
Snippets Groups Projects
Commit 83ee9b8a authored by Ashvin J. Rathod's avatar Ashvin J. Rathod
Browse files

[FIX] Fix the account_report hashlib warning

bzr revid: ara@tinyerp.com-20101018062227-glgvdh89pl03ndqu
parent 08a7b6da
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@
import datetime
from mx.DateTime import *
import warnings
import md5
import hashlib
warnings.filterwarnings('ignore',".*struct integer overflow masking is deprecated*")
start = datetime.date.fromtimestamp(time.mktime(time.strptime(time.strftime('%Y-%m-%d'), "%Y-%m-%d")))
start = DateTime(int(start.year), int(start.month), int(start.day))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment