From 54d2d10db794eee03ec014437dbc146900e06121 Mon Sep 17 00:00:00 2001 From: Dmitry Romanov Date: Fri, 20 Nov 2015 10:46:26 -0500 Subject: [PATCH] Move python examples to python dir. Create link for it in examples --- examples/llapi_readout.py | 1 + pyhon => python/example_llapi_readout.py | 0 2 files changed, 1 insertion(+) create mode 120000 examples/llapi_readout.py rename pyhon => python/example_llapi_readout.py (100%) diff --git a/examples/llapi_readout.py b/examples/llapi_readout.py new file mode 120000 index 00000000..05b04b4c --- /dev/null +++ b/examples/llapi_readout.py @@ -0,0 +1 @@ +../python/example_llapi_readout.py \ No newline at end of file diff --git a/pyhon b/python/example_llapi_readout.py similarity index 100% rename from pyhon rename to python/example_llapi_readout.py