Commit d7e0c4cb authored by Denis Bilenko's avatar Denis Bilenko

core: fix time() function

parent 9a2dfe16
......@@ -211,7 +211,7 @@ def embeddable_backends():
return _flags_to_list(libev.ev_embeddable_backends())
def time(self):
def time():
return libev.ev_time()
......
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