OK python does not allow overloading for methods

This commit is contained in:
Kamil Sopko
2016-02-21 17:17:05 +01:00
parent 84322882e9
commit 62816a614e

View File

@@ -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):
"""