trove/tools
jiansong 6dce5f4f19 Handle readfp deprecation
In py3.4 notice method readfp will removed in the future,so use
method readfile to replace it.This warning is only in py3 and
above.Py2,configparse do not have.Actually in py3,This function
is finally pointed to the readfile function

warnings.warn(
            "This method will be removed in future versions.  "
            "Use 'parser.read_file()' instead.",
            DeprecationWarning, stacklevel=2
        )
self.read_file(fp, source=filename)

Change-Id: I22a2dca71008469a8c8b7afcc0934f3b4adcdae4
2017-03-02 07:26:27 +00:00
..
install_venv.py Replace OpenStack LLC with OpenStack Foundation 2016-07-22 15:07:03 +05:30
start-fake-mode.sh Remove Python 2.6 classifier 2014-12-02 09:57:52 +01:00
stop-fake-mode.sh Migrating trove to entry points 2014-02-01 01:19:58 +00:00
test-setup.sh Prepare for using standard python tests 2017-02-02 12:10:40 +00:00
trove-pylint.README improve pylint; generate errors and config in sorted order 2016-09-19 21:04:14 +00:00
trove-pylint.config Handle readfp deprecation 2017-03-02 07:26:27 +00:00
trove-pylint.py trove pylint cleanup(s) 2016-12-18 08:18:47 -05:00
with_venv.sh Enclose command args in with_venv.sh 2013-09-09 15:02:40 +08:00