add docstring for checkapps

This commit is contained in:
Kilian Valkhof 2010-02-08 18:18:37 +01:00
parent 90e7579e49
commit 704cb25f36

View file

@ -200,7 +200,7 @@ class StartQT4(QMainWindow):
self.ui.recompress.setEnabled(True)
def checkapps(self):
#check if apps exist
"""Check if the required command line apps exist."""
status = False
retcode = call("jpegoptim --version", shell=True, stdout=PIPE)
if retcode != 0: