Commit 45b1ace2 authored by Bram Schoenmakers's avatar Bram Schoenmakers

SafeConfigParser is deprecated.

parent 87a41f8a
......@@ -66,7 +66,7 @@ class _Config:
self.config = {}
self.cp = configparser.SafeConfigParser(self.defaults)
self.cp = configparser.ConfigParser(self.defaults)
files = [
"/etc/topydo.conf",
......
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