summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/iutil.py b/iutil.py
index c2d15abda..b1c0a3bd6 100644
--- a/iutil.py
+++ b/iutil.py
@@ -318,9 +318,6 @@ def rmrf (path):
os.rmdir (path)
def validUser (user):
- if len (user) > 8:
- return 0
-
if not user[0] in string.letters:
return 0