From 4e41df65c7a2222a58e31a547a6b29ede53468f9 Mon Sep 17 00:00:00 2001 From: Sebastian Kuhnert Date: Thu, 4 Sep 2008 16:14:51 +0000 Subject: texall script: fix portability --- texall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texall b/texall index 6a9f4d7..fe8db4a 100755 --- a/texall +++ b/texall @@ -79,7 +79,7 @@ class AnalyserData: self.name = name self.filetype = filetype -class Analyser(): +class Analyser: """Abstract class for analysing of program output and file content""" def __init__(self, d): -- cgit v1.2.3