From c091e0c16fb1dbcf5c2a3789c8960e5384a480c0 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Wed, 27 Oct 2010 22:49:52 +0000 Subject: Command mode in roster tab, toggle offline contacts with 'o' and sort contacts by show --- src/user.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/user.py') diff --git a/src/user.py b/src/user.py index 1ed2a9f1..b2b8790c 100644 --- a/src/user.py +++ b/src/user.py @@ -31,7 +31,6 @@ class User(object): keep trace of an user in a Room """ def __init__(self, nick, affiliation, show, status, role): - from common import debug self.last_talked = datetime(1, 1, 1) # The oldest possible time self.update(affiliation, show, status, role) self.change_nick(nick) -- cgit v1.2.3