From a75db5524de1240ea98faf752f3b4ca0f067ba26 Mon Sep 17 00:00:00 2001 From: Ekaterina Krivich Date: Fri, 13 May 2016 21:31:21 +0300 Subject: [PATCH] Add imports to make example more solid --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0542220..a7e8bf5 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,9 @@ Basic Usage ----------- .. code:: python + from state_machine import acts_as_state_machine + from state_machine import State + from state_machine import Event @acts_as_state_machine @@ -188,4 +191,3 @@ that I loved before .. _aasm: https://github.com/aasm/aasm .. _state\_machine: https://github.com/pluginaweek/state_machine -