mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Move from deprecated readfp to read_file
This commit is contained in:
parent
3affea685a
commit
e3060529a5
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class _ConfigReader:
|
|||
def __init__(self, f):
|
||||
self._file = f
|
||||
self._parser = c = RawConfigParser()
|
||||
c.readfp(f)
|
||||
c.read_file(f)
|
||||
self._seen_names = set()
|
||||
|
||||
self._general = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue