Commit d1c5b89a by Sander Smits

removed unused __init__()

parent af5e6672
class VersioningBase(object):
def __init__(self, verbose):
self.verbose = verbose
def get_version(self, source_files):
raise NotImplementedError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment