##// END OF EJS Templates
util.datestr: use divmod()...
util.datestr: use divmod() We were computing the quotient and remainder of a division operation separately. The built-in divmod() function allows us to do this with a single function call. Do that.

File last commit:

r0:9117c656 default
r27066:6f1f8e88 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer