Changeset 9278
- Timestamp:
- 10/25/08 14:16:45 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/gis/management/commands/ogrinspect.py
r8219 r9278 98 98 show_mapping = options.pop('mapping', False) 99 99 100 # Popping the verbosity global option, as it's not accepted by `_ogrinspect`. 101 verbosity = options.pop('verbosity', False) 102 100 103 # Returning the output of ogrinspect with the given arguments 101 104 # and options.
