Releases: xguse/blacktie
Releases · xguse/blacktie
version 0.2.1.2
News
0.2.1.2
Release date: 2013-07-17
- version number system adopted to conform to PEP386
- This is a hot fix to squash a bug described in github issue: #10
- in short: on a Mac
pprocess
complained "AttributeError: 'module' object has no attribute 'poll'" when trying to set up a queue. - the quick fix is to look for that exception and continue without
pprocess
if encountered to avoid the fatal exception.
- in short: on a Mac