aboutsummaryrefslogtreecommitdiff
path: root/texall
diff options
context:
space:
mode:
authorSebastian Kuhnert2008-09-04 16:14:51 +0000
committerSebastian Kuhnert2008-09-04 16:14:51 +0000
commit4e41df65c7a2222a58e31a547a6b29ede53468f9 (patch)
tree74956b3feb07e9833cef5d43dd558de11d8b1d1c /texall
parenta902fa9044c3d834aadb0b9a46c0fc1cb31c6011 (diff)
downloadexercisesheets-4e41df65c7a2222a58e31a547a6b29ede53468f9.tar.gz
exercisesheets-4e41df65c7a2222a58e31a547a6b29ede53468f9.tar.bz2
exercisesheets-4e41df65c7a2222a58e31a547a6b29ede53468f9.zip
texall script: fix portability
Diffstat (limited to 'texall')
-rwxr-xr-xtexall2
1 files changed, 1 insertions, 1 deletions
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):