- Timestamp:
- May 22, 2018, 7:53:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r14170 r14171 1518 1518 # URL must be of format <prefix>/config/<path> 1519 1519 base_uri = environ['REQUEST_URI'] 1520 uri = filter(None, base_uri.s trip('/').split('/config')[1].strip('/').split('/'))1520 uri = filter(None, base_uri.split('/config/')[1].strip('/').split('/')) 1521 1521 1522 1522 output = "Template Holder"
Note:
See TracChangeset
for help on using the changeset viewer.