From 7d8a51880e9e06fb79cc8d728382b4253246d17c Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 21 Aug 2017 19:25:48 +0200 Subject: deleted "clear shell" function --- lib/commands.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/commands.py') 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: -- cgit v1.2.3-18-g5258