mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-16 15:03:30 +01:00
Removed unused monotonic module
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
try:
|
|
||||||
from time import monotonic
|
|
||||||
except ImportError:
|
|
||||||
from ebook_converter.constants_old import plugins
|
|
||||||
|
|
||||||
monotonicp, err = plugins['monotonic']
|
|
||||||
if err:
|
|
||||||
raise RuntimeError('Failed to load the monotonic module with error: ' + err)
|
|
||||||
monotonic = monotonicp.monotonic
|
|
||||||
del monotonicp, err
|
|
||||||
Reference in New Issue
Block a user