mirror of https://github.com/scrapy/scrapy.git
add __all__ to fields.py in newitem
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40879
This commit is contained in:
parent
5c45ecb7ff
commit
db4ccaf78f
|
|
@ -3,6 +3,10 @@ import decimal
|
|||
import re
|
||||
|
||||
|
||||
__all__ = ['BooleanItemField', 'DateItemField', 'DecimalItemField',
|
||||
'FloatItemField', 'IntegerItemField', 'StringItemField']
|
||||
|
||||
|
||||
class ItemFieldValueError(Exception):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue