summaryrefslogtreecommitdiff
path: root/src/common.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-10-27 23:11:35 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-10-27 23:11:35 +0000
commit2863eebda401323e33f50a50cf0c48c2034794de (patch)
treeda9cc76e341295f06532ae9aa2a6a1cf81e09f31 /src/common.py
parentc091e0c16fb1dbcf5c2a3789c8960e5384a480c0 (diff)
downloadpoezio-2863eebda401323e33f50a50cf0c48c2034794de.tar.gz
poezio-2863eebda401323e33f50a50cf0c48c2034794de.tar.bz2
poezio-2863eebda401323e33f50a50cf0c48c2034794de.tar.xz
poezio-2863eebda401323e33f50a50cf0c48c2034794de.zip
New and better keyboard shortcuts
Diffstat (limited to 'src/common.py')
-rw-r--r--src/common.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common.py b/src/common.py
index f3fb878d..53318e19 100644
--- a/src/common.py
+++ b/src/common.py
@@ -145,12 +145,6 @@ def jid_get_bare(fulljid):
"""
return '%s@%s' % (jid_get_domain(fulljid), jid_get_node(fulljid))
-def is_jid_the_same(a, b):
- """
- Compare two bare jids
- """
- return jid_get_bare(a) == jid_get_bare(a)
-
DISTRO_INFO = {
'Arch Linux': '/etc/arch-release',
'Aurox Linux': '/etc/aurox-release',