From cb75dd6ed7c6c224dd1e465fbc3750011cf173fe Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Fri, 24 Nov 2017 14:21:58 -0800 Subject: [PATCH] Move image_slices_viewer example from animation to event_handling. It has nothing to do with animations. --- examples/{animation => event_handling}/image_slices_viewer.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{animation => event_handling}/image_slices_viewer.py (100%) diff --git a/examples/animation/image_slices_viewer.py b/examples/event_handling/image_slices_viewer.py similarity index 100% rename from examples/animation/image_slices_viewer.py rename to examples/event_handling/image_slices_viewer.py