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
kwant
Commits
c4865980
Commit
c4865980
authored
Dec 08, 2015
by
Christoph Groth
Browse files
setup.py: stop using deprecated function
parent
27fa8314
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
c4865980
...
...
@@ -307,7 +307,7 @@ def extensions():
config
=
configparser
.
ConfigParser
()
try
:
with
open
(
CONFIG_FILE
)
as
f
:
config
.
read
fp
(
f
)
config
.
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