Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
tinyarray
Commits
c520d44e
Commit
c520d44e
authored
Aug 27, 2020
by
Christoph Groth
Browse files
setup.py: replace call to deprecated function
parent
e937ddbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
c520d44e
...
...
@@ -78,7 +78,7 @@ def configure_extensions(exts, aliases=(), build_summary=None):
configs
=
configparser
.
ConfigParser
()
try
:
with
open
(
config_file
)
as
f
:
configs
.
read
fp
(
f
)
configs
.
read
_file
(
f
)
except
IOError
:
config_file_present
=
False
else
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment