Changeset 2926
- Timestamp:
- 02/20/07 23:34:19 (2 years ago)
- Files:
-
- sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/config/routing.py (modified) (1 diff)
- sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/controllers/extent_queries.py (added)
- sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/controllers/extent_transactions.py (added)
- sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/controllers/queries.py (deleted)
- sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/controllers/transactions.py (deleted)
- sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/tests/functional/test_extent_queries.py (added)
- sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/tests/functional/test_extent_transactions.py (added)
- sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/tests/functional/test_queries.py (deleted)
- sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/tests/functional/test_transactions.py (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/config/routing.py
r2925 r2926 25 25 26 26 map.resource('query', 'queries', 27 controller='extent_queries', 27 28 path_prefix='/databases/:db_id/extents/:extent_id', 28 29 name_prefix='extent_') 29 30 30 31 map.resource('transaction', 'transactions', 32 controller='extent_transactions', 31 33 path_prefix='/databases/:db_id/extents/:extent_id', 32 34 name_prefix='extent_')
