mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6dafe81eaf
commit
0feb5749a0
@ -41,9 +41,7 @@ def c_parse(val):
|
||||
|
||||
ONE_ONE, MANY_ONE, MANY_MANY = xrange(3)
|
||||
|
||||
class Null:
|
||||
pass
|
||||
null = Null()
|
||||
null = object()
|
||||
|
||||
class Table(object):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user