summaryrefslogtreecommitdiff
path: root/lib/commands.py
diff options
context:
space:
mode:
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: