4# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5#
6
7import re
8import glob
9import json
10import argparse
11
12parser = argparse.ArgumentParser(description='Find duplicate config for athena modules in the current and all subfolders. Scans files ending in *onfig.py or *onfigNew.py. Ignores duplicates listed in given reference file.')
55print("New module instance created which is also created in other configuration file(s), please consider using an existing instance (or update the reference file using generateReferenceFile.py):")