diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-10-27 23:11:35 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-10-27 23:11:35 +0000 |
commit | 2863eebda401323e33f50a50cf0c48c2034794de (patch) | |
tree | da9cc76e341295f06532ae9aa2a6a1cf81e09f31 /src/common.py | |
parent | c091e0c16fb1dbcf5c2a3789c8960e5384a480c0 (diff) | |
download | poezio-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.py | 6 |
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', |