aboutsummaryrefslogtreecommitdiff
path: root/texall
diff options
context:
space:
mode:
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):