summaryrefslogtreecommitdiff
path: root/.testr.conf
Commit message (Collapse)AuthorAgeFilesLines
* Support python3.Clark Boylan2013-06-051-1/+1
| | | | | | | | | | Import queue on python3 and Queue on python2. Use bytestrings for all string constants. Slice byte arrays when comparing to bytestrings. Don't use basestring. Gear now expects its packet data to be byte strings. Non data fields may be passed as unicode strings, bytes or bytearrays. Unicode strings will be converted to bytes using the utf8 encoding. Change-Id: Iccdd01f9ce6f649f8bbaa93370d330c78c89f087
* Add pbr-based setup.Monty Taylor2013-04-081-0/+4
Change-Id: I8ff06c6711e1d9f5bf4d1278f37d4e2f7f799e3d