| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
know about the requirement
- Remove obsolete sections from setup.cfg:
* Wheel is not needed for python 3 only repo
- Update classifiers
- Update requirements, no need for python_version anymore
Change-Id: Ibc9c3d9448dc204e7877a00a9970e1673fd2951e
|
|
|
|
| |
Change-Id: Ic16848935e551e72f49bd69b0b908ab2ded0094f
|
|
|
|
| |
Change-Id: I4fad5cfe8797883cd1b808d3ab1a29aaf48fa230
|
|
|
|
| |
Change-Id: I40d8371a11795004f4350b47638da018f1183da7
|
|
|
|
| |
Change-Id: I8132815004dcd3be8e0a56a6c538dc766228c2bd
|
|
|
|
| |
Change-Id: Ie9ea577f35f1eb6fc71876be0d4f721887f1d769
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I00470eca0b3b4eb788e4184d8a37cac09bcd1260
|
|
|
|
| |
Change-Id: I8e079a649487eec931d61a80be8ac2c23889371d
|
|
Add initial files to the repo.
Change-Id: Ia6b0278fc9817f44e63507b54e7d7ad41bf4e219
|