diff options
Diffstat (limited to 'shutit.html.markdown')
-rw-r--r-- | shutit.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shutit.html.markdown b/shutit.html.markdown index 67d7a4b5..3518e638 100644 --- a/shutit.html.markdown +++ b/shutit.html.markdown @@ -21,7 +21,6 @@ It is available as a pip install. Starting with the simplest example. Create a file called example.py: ```python - import shutit session = shutit.create_session('bash') session.send('echo Hello World', echo=True) |