From c55483d968df3dfbd198243306c302d3a70dc81a Mon Sep 17 00:00:00 2001 From: sergirubio Date: Fri, 16 Dec 2016 16:53:34 +0100 Subject: [PATCH] Update README.rst --- examples/elinac/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/elinac/README.rst b/examples/elinac/README.rst index dad5c13..30a0a76 100644 --- a/examples/elinac/README.rst +++ b/examples/elinac/README.rst @@ -24,7 +24,7 @@ Get Vacca:: If you don't have the TangoBox devices, create new simulators:: > ipython - : import Simulator.gen_simulation as gs + : import SimulatorDS.gen_simulation as gs : gs.generate_class_properties() : gs.create_simulators('ui_attribute_values.pck',instance='elinac',tango_host='127.0.0.1') : Ctrl+D