Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/patches/1002_fix_class_syntax.patch
blob: 4b0640bfe5e6ac2919edbf72314861675c63a5d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/eqnparserhelp.py b/eqnparserhelp.py
index 1c8be1c..15ac06e 100644
--- a/eqnparserhelp.py
+++ b/eqnparserhelp.py
@@ -28,7 +28,7 @@ class Callable:
     def __init__(self, f):
         self.__call__ = f
 
-class EqnParserHelp():
+class EqnParserHelp:
 
     # Unfortunately gettext is not yet initialized at the time _() is called here.
     # Still do it like this to make sure these strings show up in the POT-file