Skip to content

Instantly share code, notes, and snippets.

@gokhansolak
gokhansolak / dmp_archive_updater.py
Created November 21, 2019 02:13
This program adds DmpBbo namespace to the class names in a dmp xml archive to solve boost::serialization's unregistered_class error
#!/usr/bin/env python
# This program adds DmpBbo namespace to the class names
# in a dmp xml archive to solve boost serialization's
# unregistered_class error
# usage:
# change to the directory that contains dmp xml files
# python3 dmp_archive_updater.py
# it will apply the changes too all xml files in that directory