Clean up imports and kill port of logging.WatchedFileHandler

Review Request #4914 — Created Nov. 7, 2013 and submitted — Latest diff uploaded

Information

Djblets
master

Reviewers

Clean up imports and kill port of logging.WatchedFileHandler

There were a bunch of places where we were using continuation lines for
multiple lines of imports from the same module. I've cleaned those up to use
parentheses, instead.

While I was doing this, I noticed that we still had a backport of
logging.WatchedFileHandler. Since we're now 2.6+ only, we don't need this
anymore.

Ran unit tests.

djblets/auth/views.py
djblets/extensions/resources.py
djblets/gravatars/templatetags/gravatars.py
djblets/log/__init__.py
djblets/log/handlers.py
djblets/log/tests.py
djblets/siteconfig/tests.py
djblets/util/cache.py
djblets/util/testing.py
djblets/util/tests.py
djblets/util/urlresolvers.py
djblets/webapi/decorators.py
djblets/webapi/resources.py
tests/runtests.py
Loading...