Revision 4225
Added by Aaron Marcuse-Kubitza about 12 years ago
lib/db_xml.py | ||
---|---|---|
97 | 97 |
# Parse args |
98 | 98 |
try: |
99 | 99 |
next = row['next'] # modifies outer next var used by put_() |
100 |
require = row['require'] |
|
101 | 100 |
path = row['path'] |
102 | 101 |
except KeyError, e: wrap_e(e) |
103 | 102 |
try: next = xpath.parse(next) |
Also available in: Unified diff
db_xml.py: put(): _simplifyPath() built-in function: Removed `require` param, which is not used by this _simplifyPath() implementation because the database constraints handle this