avoid tabulation

This commit is contained in:
cvw 2013-04-19 11:15:12 +00:00
parent adfe3931a8
commit 141ed3ba98

View File

@ -66,7 +66,7 @@ class MonYamsPlugDialog(Ui_YamsPlugDialog,QWidget):
except Exception: except Exception:
QMessageBox.warning( self, "Help unavailable", str(maDoc) + " not found") QMessageBox.warning( self, "Help unavailable", str(maDoc) + " not found")
command="xdg-open "+maDoc+";" command="xdg-open "+maDoc+";"
subprocess.call(command, shell=True) subprocess.call(command, shell=True) #
def PBOKPressed(self): def PBOKPressed(self):