[gnome-keysign: 21/65] bluetoothoffer: add missing import keysing for direct execute



commit 9acb7dd66688406027453dfa430305fe975a69f5
Author: RyuzakiKK <aasonykk gmail com>
Date:   Sat Aug 19 15:21:35 2017 +0200

    bluetoothoffer: add missing import keysing for direct execute

 keysign/bluetoothoffer.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/keysign/bluetoothoffer.py b/keysign/bluetoothoffer.py
index 7f32d2f..9323814 100644
--- a/keysign/bluetoothoffer.py
+++ b/keysign/bluetoothoffer.py
@@ -18,6 +18,7 @@ if __name__ == "__main__" and __package__ is None:
     parent_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
     os.sys.path.insert(0, parent_dir)
     os.sys.path.insert(0, os.path.join(parent_dir, 'monkeysign'))
+    import keysign
     __package__ = str('keysign')
 
 from .gpgmh import get_public_key_data, get_usable_keys


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]