DroneD / droned

DroneD - Application Service Framework
Apache License 2.0
0 stars 1 forks source link

Fixes for Issue #4 #5

Closed jacobrichard closed 11 years ago

jacobrichard commented 11 years ago

This pull request contains fixes for https://github.com/DroneD/droned/issues/4

A new file containing the reactor adapter is in lib/kit/reactor.py.

config.py was changed to remove the platform detection and move it into reactor,py, as well as reference the new kitt.reactor file.

This is confirmed working as checked in on Centos 6.2 and Fedora 17.

JustinVenus commented 11 years ago

Overall looks good, thanks for the code.