From 704cb25f361e8d9db5e4e912ea1483bdbbb075ee Mon Sep 17 00:00:00 2001 From: Kilian Valkhof Date: Mon, 8 Feb 2010 18:18:37 +0100 Subject: [PATCH] add docstring for checkapps --- trimage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trimage.py b/trimage.py index 97c33d4..692200a 100644 --- a/trimage.py +++ b/trimage.py @@ -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: