**System Information**
Win8.1 Pro 64bit, GT650M
**Blender Version**
Broken: 2.72b - 9e96ae (I've tested all official releases since 2.70 upwards, problem persists)
Worked: n/a
**Short description of error**
Removing a keymap item as explained in the API calls errors at unregistration.
api page: [[ http://www.blender.org/documentation/blender_python_api_2_72b_release/info_tutorial_addon.html | tutorial addon]]
When unregistring the sample addon, console shows this line twice:
search for unknown operator 'OBJECT_OT_cursor_array', 'OBJECT_OT_cursor_array'
**Exact steps for others to reproduce the error**
- Copy the full addon example at the [[ http://www.blender.org/documentation/blender_python_api_2_72b_release/info_tutorial_addon.html | addon Tutorial API page ]] to a .py file
- install the file as an addon
- register the addon the user preferences
- unregister it
- Blender seems to double check the keymaps and returns errors in the console as keymaps no longer exist...
I've tested various ways of removing keymaps which all resolved in these lines appearing