Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/patches/1002_fix_class_syntax.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/1002_fix_class_syntax.patch')
-rw-r--r--debian/patches/1002_fix_class_syntax.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/1002_fix_class_syntax.patch b/debian/patches/1002_fix_class_syntax.patch
new file mode 100644
index 0000000..4b0640b
--- /dev/null
+++ b/debian/patches/1002_fix_class_syntax.patch
@@ -0,0 +1,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