changeset 1c3b1fee843c in /home/hg/repos/gajim-plugins author: lovetox <[email protected]> branches: details:gajim-plugins?cmd=changeset;node=1c3b1fee843c description: Remove duplicated os import
diffstat: omemo/__init__.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 1063fb15f4da -r 1c3b1fee843c omemo/__init__.py --- a/omemo/__init__.py Mon Oct 17 15:14:30 2016 +0200 +++ b/omemo/__init__.py Sun Aug 28 09:30:18 2016 +0200 @@ -21,7 +21,6 @@ import logging import os import sqlite3 -import os from common import caps_cache, gajim, ged from common.pep import SUPPORTED_PERSONAL_USER_EVENTS _______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
