Cause the custom exception handler to also log unhandled exceptions'
[python_utils.git] / persistent.py
index c902313eb4a28cb4635779f584f8775a2b646d35..27aa4b32aed2fdb299e2c1031a041a19b3c385a5 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python3
 
+# © Copyright 2021-2022, Scott Gasch
+
 """A Persistent is just a class with a load and save method.  This
 module defines the Persistent base and a decorator that can be used to
 create a persistent singleton that autoloads and autosaves."""