mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-28 23:35:31 +01:00
...
This commit is contained in:
parent
969ce03d0d
commit
19be4a5ffa
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
__docformat__ = 'restructuredtext en'
|
||||
|
||||
import sys, os, re, time, random, __builtin__, warnings
|
||||
__builtin__.__dict__['dynamic_property'] = lambda(func): func(None)
|
||||
__builtin__.__dict__['dynamic_property'] = lambda func: func(None)
|
||||
from math import floor
|
||||
from functools import partial
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue