diff options
author | Kali Kaneko <kali@leap.se> | 2016-04-19 12:07:09 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-19 12:07:40 -0400 |
commit | 5b90ad3552025436edb40665203ab98eceaa065b (patch) | |
tree | 09c0bb6f188e2bacb0a57809f1671748a591195e /src/leap/bitmask/gui/app.py | |
parent | 229f803235ae9b9a71313d11071c7a0fbea0a681 (diff) |
pep8/flake8
Diffstat (limited to 'src/leap/bitmask/gui/app.py')
-rw-r--r-- | src/leap/bitmask/gui/app.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/bitmask/gui/app.py b/src/leap/bitmask/gui/app.py index e3a4d7fe..1011454e 100644 --- a/src/leap/bitmask/gui/app.py +++ b/src/leap/bitmask/gui/app.py @@ -60,8 +60,8 @@ class App(QtGui.QWidget): def current_account(self): """ - Alas, the only definitive account information is buried in the memory of - QT widgets. + Alas, the only definitive account information is buried in the memory + of QT widgets. :returns: an object representing the current user account. :rtype: Account |