Fix issues with logging handlers
Review Request #7639 — Created Sept. 19, 2015 and submitted — Latest diff uploaded
Logging handlers weren't being imported, leading to an occassional
exception. TheFileHandler
class was also being used from the wrong
module on Windows. These issues have been addressed.
Ran unit tests on Python 2.6 and Python 2.7.