Fix issues with logging handlers
Review Request #7639 — Created Sept. 19, 2015 and submitted
Logging handlers weren't being imported, leading to an occassional
exception. TheFileHandlerclass 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.
Tool: PEP8 Style Checker Processed Files: djblets/log/__init__.py Tool: Pyflakes Processed Files: djblets/log/__init__.py