summaryrefslogtreecommitdiff
path: root/lib/commands.py
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-08-21 19:25:48 +0200
committerSanto Cariotti <sancn@live.com>2017-08-21 19:25:48 +0200
commit7d8a51880e9e06fb79cc8d728382b4253246d17c (patch)
treed654bae2a74fff9a8b1b0f74847906584b63de1f /lib/commands.py
parent46e20dca5d9ac795636de326546db21186281e06 (diff)
deleted "clear shell" function
Diffstat (limited to 'lib/commands.py')
-rw-r--r--lib/commands.py4
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: