From 47b8dd03adb367959603a4e32363e25962e02f62 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 12 Jun 2016 19:02:03 +0300 Subject: [PATCH] upysh: Add to help hint that intended usage is "from upysh import *". --- upysh/upysh.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upysh/upysh.py b/upysh/upysh.py index 48066c63..d4e4cdba 100644 --- a/upysh/upysh.py +++ b/upysh/upysh.py @@ -61,6 +61,9 @@ This is 'upysh' help, for builtin Python help run: import builtins builtins.help() +upysh is intended to be imported using: +from upysh import * + upysh commands: pwd, cd("new_dir"), ls, ls(...), head(...), cat(...) newfile(...), rm(...), mkdir(...), rmdir(...)