mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-20 13:11:27 +02:00
Renamed constants, to make room for real constants module
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
try:
|
||||
from time import monotonic
|
||||
except ImportError:
|
||||
from ebook_converter.constants import plugins
|
||||
from ebook_converter.constants_old import plugins
|
||||
|
||||
monotonicp, err = plugins['monotonic']
|
||||
if err:
|
||||
|
||||
Reference in New Issue
Block a user