summaryrefslogtreecommitdiff
path: root/src/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.py')
-rw-r--r--src/user.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/user.py b/src/user.py
index 5867e1f3..0d29569f 100644
--- a/src/user.py
+++ b/src/user.py
@@ -10,10 +10,7 @@ Define the user class.
An user is a MUC participant, not a roster contact (see contact.py)
"""
-import curses
-
-from random import randrange, choice
-from config import config
+from random import choice
from datetime import timedelta, datetime
from theming import get_theme