removed '[__+-+...+-+__]' from last commit

This commit is contained in:
mdipierro
2013-07-21 16:56:13 -05:00
parent 5ce5b5672b
commit e020d5a6e2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.6.0-development+timestamp.2013.07.20.12.59.52
Version 2.6.0-development+timestamp.2013.07.21.16.55.15
+2 -2
View File
@@ -6876,8 +6876,8 @@ class Row(object):
key=str(k)
_extra = self.__dict__.get('_extra', None)
if _extra is not None:
v = _extra.get(key, r'[__+-+_key_not_found_+-+__]')
if v != r'[__+-+_key_not_found_+-+__]':
v = _extra.get(key, DEFAULT)
if v != DEFAULT:
return v
m = REGEX_TABLE_DOT_FIELD.match(key)
if m: