3 Commits

Author SHA1 Message Date
zhangyanxian
4f1c9b2196 Fix typo in the pypi-extract-name.py
Function stderr.write() can't break line automatically.
So it's necessary to add newline to the strings.

Change-Id: I2efaf96974e4e23ce2a27a57b9f0e0b251015fd8
2016-08-16 02:09:38 +00:00
Jeremy Stanley
1118cbe76a Correct command line logic in pypi-extract-name.py
Since sys.argv is always of nonzero length, the logic in
command-line parsing should expect it to either be 1 element long
(no arguments) or test the first argument (sys.argv[1]).

Change-Id: Ic7cf65ac89754d6aaa53fa361860f04533cb48be
2016-08-05 17:28:14 +00:00
Anita Kuno
1d21cd635f Reorganizes project-config
This repo was created from filter branching the openstack-infra/
config repo. This process brought a lot of cruft with it in the
form of directories that we no longer need. This patch removes
that cruft so we begin with a tidier repo.

Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3
2014-09-25 11:41:04 -04:00