diff options
| author | Santo Cariotti <sancn@live.com> | 2017-08-21 17:25:48 +0000 |
|---|---|---|
| committer | Santo Cariotti <sancn@live.com> | 2017-08-21 17:25:48 +0000 |
| commit | 7d8a51880e9e06fb79cc8d728382b4253246d17c (patch) | |
| tree | d654bae2a74fff9a8b1b0f74847906584b63de1f /lib/commands.py | |
| parent | 46e20dca5d9ac795636de326546db21186281e06 (diff) | |
deleted "clear shell" function
Diffstat (limited to 'lib/commands.py')
| -rw-r--r-- | lib/commands.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/commands.py b/lib/commands.py index bb317e0..db464fe 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -8,9 +8,7 @@ class Commands(object): """ this function is used for execute a command """ - if what == 'clear': - clear() - elif what == 'set': + if what == 'set': try: if cmd[1] == 'user' and cmd[2] is not None: #set name for user if len(cmd[2]) > 10: |
