summaryrefslogtreecommitdiff
path: root/lib/classes.py
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-07-21 14:42:23 +0200
committerSanto Cariotti <sancn@live.com>2017-07-21 14:42:23 +0200
commit6224d8a897c783e10c7e14238f0c84aa82033082 (patch)
treeb687d6164567be1185953399f33039fe2ec87561 /lib/classes.py
parent1451011e86dcbcaba2e43013ee86042ad27dc6b5 (diff)
Added TODO funcs
It is possible add and delete items into TODO's list
Diffstat (limited to 'lib/classes.py')
-rw-r--r--lib/classes.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/classes.py b/lib/classes.py
index 1a1c876..50f3e14 100644
--- a/lib/classes.py
+++ b/lib/classes.py
@@ -12,17 +12,6 @@ def clear():
except:
os.system('cls')
-# def userexist(name):
-# """
-# lista is a list for the set called USERSNAME. check if name is in lista
-# """
-# lista = r.zrange('usersname', 0, -1)
-# for i in lista:
-# if name == i.decode('utf-8'):
-# return True
-# else:
-# return False
-
class PersonalError(Exception):
def __init__(self, value):