From 62816a614e10b8799e19166ce196cefb85b08407 Mon Sep 17 00:00:00 2001 From: Kamil Sopko Date: Sun, 21 Feb 2016 17:17:05 +0100 Subject: [PATCH] OK python does not allow overloading for methods --- FlatCAMObj.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/FlatCAMObj.py b/FlatCAMObj.py index fb785aed..69eea0de 100644 --- a/FlatCAMObj.py +++ b/FlatCAMObj.py @@ -630,10 +630,6 @@ class FlatCAMExcellon(FlatCAMObj, Excellon): # from predecessors. self.ser_attrs += ['options', 'kind'] - @staticmethod - def merge(exc_list, exc_final): - FlatCAMExcellon.merge(exc_list,exc_final,False) - @staticmethod def merge(exc_list, exc_final, copy_options): """