Commit Graph

2 Commits

Author SHA1 Message Date
Clark Boylan 1e76bfa886 Support python3.
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
2013-06-05 15:07:36 -07:00
Monty Taylor 855b217f6d Add pbr-based setup.
Change-Id: I8ff06c6711e1d9f5bf4d1278f37d4e2f7f799e3d
2013-04-08 12:31:53 -04:00