Commit bfbdc711 authored by Kirill Smelkov's avatar Kirill Smelkov

*: Add missing __future__ imports

One place in _time.pyx was overlooked in ce8152a2 (pyx api: Provide sleep).
parent 548f2df1
......@@ -19,6 +19,9 @@
# See https://www.nexedi.com/licensing for rationale and options.
"""_time.pyx implements time.pyx - see _time.pxd for package overview."""
from __future__ import print_function, absolute_import
def pynow(): # -> t
return now_pyexc()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment