<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ironicclient.git/ironicclient/__init__.py, branch kilo-eol</title>
<subtitle>opendev.org: openstack/python-ironicclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/'/>
<entry>
<title>Fix the final PEP8 errors</title>
<updated>2015-03-10T21:38:30+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john.l.villalovos@intel.com</email>
</author>
<published>2015-03-10T21:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=144e82b163117e95dd14b3fae9d7cc8456c57eb1'/>
<id>144e82b163117e95dd14b3fae9d7cc8456c57eb1</id>
<content type='text'>
Fix PEP8 E126,E127,E128 errors, which were the only ones remaining.

Fix PEP8 errors:
E126: continuation line over-indented for hanging indent
E127: continuation line over-indented for visual indent
E128: continuation line under-indented for visual indent

Remove the ignore= entries for flake8 in tox.ini

Change-Id: I919551121d85d2aab528f4fa5ecdb3cfd940557a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix PEP8 E126,E127,E128 errors, which were the only ones remaining.

Fix PEP8 errors:
E126: continuation line over-indented for hanging indent
E127: continuation line over-indented for visual indent
E128: continuation line under-indented for visual indent

Remove the ignore= entries for flake8 in tox.ini

Change-Id: I919551121d85d2aab528f4fa5ecdb3cfd940557a
</pre>
</div>
</content>
</entry>
<entry>
<title>Export 'client' and 'exc' modules</title>
<updated>2014-07-28T21:48:45+00:00</updated>
<author>
<name>Devananda van der Veen</name>
<email>devananda.vdv@gmail.com</email>
</author>
<published>2014-07-23T12:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=2081cc8665727a914246d13f6f89b70fd94a3ab7'/>
<id>2081cc8665727a914246d13f6f89b70fd94a3ab7</id>
<content type='text'>
To facilitate cleaner importing of this package,
explicitly export the 'client' and 'exc' modules. Also add
in an exported alias for 'exc' called 'exceptions' to help
migrate away from the user-unfriendly 'exc' name.

Co-authored-by: Michael Davies &lt;michael@the-davies.net&gt;

Change-Id: I59ea5c439dbf6ff30cc65cf95491b47bbbd0c516
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To facilitate cleaner importing of this package,
explicitly export the 'client' and 'exc' modules. Also add
in an exported alias for 'exc' called 'exceptions' to help
migrate away from the user-unfriendly 'exc' name.

Co-authored-by: Michael Davies &lt;michael@the-davies.net&gt;

Change-Id: I59ea5c439dbf6ff30cc65cf95491b47bbbd0c516
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UTF-8 coding lines to all Python files</title>
<updated>2014-05-31T11:22:44+00:00</updated>
<author>
<name>Martin Geisler</name>
<email>martin@geisler.net</email>
</author>
<published>2014-05-28T09:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=af741ec2236619880fa902d68aef4a6ae6cef534'/>
<id>af741ec2236619880fa902d68aef4a6ae6cef534</id>
<content type='text'>
While not strictly necessary for files containing only ASCII
characters, adding a line with "coding: utf-8" can guard against
future SyntaxError's in case someone inserts a Unicode literal.

This commit adds such lines to all .py files. The syntax used by this
commit works with Python (of course). It also works with Emacs, which
will recognize the special "-*-" marker and use the "coding" variable
to correctly decode the file, even in an environment where UTF-8 is
not the default file encoding.

Existing coding lines were normalized to match the new lines added.

Partial-bug: #1325193
Change-Id: I58bf93fea711fd25890356a397e594bd820c99e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While not strictly necessary for files containing only ASCII
characters, adding a line with "coding: utf-8" can guard against
future SyntaxError's in case someone inserts a Unicode literal.

This commit adds such lines to all .py files. The syntax used by this
commit works with Python (of course). It also works with Emacs, which
will recognize the special "-*-" marker and use the "coding" variable
to correctly decode the file, even in an environment where UTF-8 is
not the default file encoding.

Existing coding lines were normalized to match the new lines added.

Partial-bug: #1325193
Change-Id: I58bf93fea711fd25890356a397e594bd820c99e3
</pre>
</div>
</content>
</entry>
<entry>
<title>Basic project structure</title>
<updated>2013-09-18T23:21:14+00:00</updated>
<author>
<name>Lucas Alvares Gomes</name>
<email>lucasagomes@gmail.com</email>
</author>
<published>2013-09-18T21:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=ba073c07079e7ac3faa2029f1643ef9600c27e64'/>
<id>ba073c07079e7ac3faa2029f1643ef9600c27e64</id>
<content type='text'>
Mostly taken from other OpenStack client projects and adapted for Ironic.

Change-Id: I1ef9613b9e24bbb6caac9657dc1da3add899478e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly taken from other OpenStack client projects and adapted for Ironic.

Change-Id: I1ef9613b9e24bbb6caac9657dc1da3add899478e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add initial files</title>
<updated>2013-09-05T23:35:21+00:00</updated>
<author>
<name>Chris Krelle</name>
<email>nobodycam@gmail.com</email>
</author>
<published>2013-09-05T00:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=8136ec1b72e39b302452a01816013225fbe3b392'/>
<id>8136ec1b72e39b302452a01816013225fbe3b392</id>
<content type='text'>
Add initial files to the repo.

Change-Id: Ia6b0278fc9817f44e63507b54e7d7ad41bf4e219
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add initial files to the repo.

Change-Id: Ia6b0278fc9817f44e63507b54e7d7ad41bf4e219
</pre>
</div>
</content>
</entry>
</feed>
