spaces and tabs on the end of the lines
This commit is contained in:
parent
108f8afcd9
commit
10ebf3a55f
23 changed files with 189 additions and 189 deletions
|
|
@ -15,7 +15,7 @@ class Bungloo:
|
|||
self.preferences = Windows.Preferences(self)
|
||||
self.preferences.show()
|
||||
|
||||
self.oauth_implementation = Windows.Oauth(self)
|
||||
self.oauth_implementation = Windows.Oauth(self)
|
||||
|
||||
if self.controller.stringForKey("user_access_token") != "":
|
||||
self.authentification_succeded()
|
||||
|
|
@ -195,7 +195,7 @@ class Controller(QtCore.QObject):
|
|||
msgBox = QtGui.QMessageBox()
|
||||
msgBox.setText(errorMessage)
|
||||
msgBox.exec_()
|
||||
|
||||
|
||||
@QtCore.pyqtSlot(str, str)
|
||||
def alertTitleWithMessage(self, title, message):
|
||||
msgBox = QtGui.QMessageBox()
|
||||
|
|
@ -229,6 +229,6 @@ class Console(QtCore.QObject):
|
|||
def debug(self, string):
|
||||
print "<js DEBUG>: " + string
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
Bungloo()
|
||||
Reference in a new issue