Remove warning messages from importing auth or resources
Review Request #7516 — Created July 13, 2015 and submitted
The
DeprecationWarningwarnings were intended to inform that the old
djblets.webapi.authanddjblets.webapi.resourcesmodules are
deprecated and all functionality is stored in submodules. However,
these messages are always printed, even though the imports are updated.
This patch removes these deprecation warnings as they will always be
printed and are not helpful.This patch also fixes one import that was not updated.
No deprecation warnings are printed with this patch applied.
Tool: Pyflakes Processed Files: djblets/webapi/resources/__init__.py djblets/extensions/resources.py djblets/webapi/auth/__init__.py Tool: PEP8 Style Checker Processed Files: djblets/webapi/resources/__init__.py djblets/extensions/resources.py djblets/webapi/auth/__init__.py