blob: b9a23dc80c3360b37ac7edf920117a40b5019c95 [file] [log] [blame]
martin f. krafftf37f0682013-06-14 16:36:20 +02001#
2# -*- coding: utf-8 -*-
3#
4# This file is part of reclass (http://github.com/madduck/reclass)
5#
6# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
7# Released under the terms of the Artistic Licence 2.0
8#
9class BaseMerger(object):
10
11 def merge(self, first, second):
12 raise NotImplementedError