Helpviewer/FeaturePermissionBar.py

changeset 4332
64034d85c709
parent 4316
493891cbacee
child 4353
cff7e27fb7b8
--- a/Helpviewer/FeaturePermissionBar.py	Sat Jul 25 13:02:39 2015 +0200
+++ b/Helpviewer/FeaturePermissionBar.py	Sat Jul 25 13:10:09 2015 +0200
@@ -11,11 +11,12 @@
 
 from PyQt5.QtCore import pyqtSignal, QPropertyAnimation, QByteArray, \
     QEasingCurve, QPoint
-from PyQt5.QtWidgets import QWidget, QLabel, QHBoxLayout, QPushButton    
+from PyQt5.QtWidgets import QWidget, QLabel, QHBoxLayout, QPushButton
 from PyQt5.QtWebKitWidgets import QWebFrame, QWebPage
 
 import UI.PixmapCache
 
+
 class FeaturePermissionBar(QWidget):
     """
     Class implementing the feature permission bar widget.
@@ -40,7 +41,7 @@
         self.__feature = None
         
         self.__permissionFeatureTexts = {
-            QWebPage.Notifications: 
+            QWebPage.Notifications:
                 self.tr("{0} wants to use desktop notifications."),
             QWebPage.Geolocation:
                 self.tr("{0} wants to use your position.")

eric ide

mercurial