server-tools/upgrade_analysis/apriori.py

14 lines
243 B
Python

""" Encode any known changes to the database here
to help the matching process
"""
renamed_modules = {}
merged_modules = {}
# only used here for upgrade_analysis
renamed_models = {}
# only used here for upgrade_analysis
merged_models = {}