import warnings in doc/source/conf.py

Change-Id: If14c02e156f7fe6884ad8de4b80869b2d01de4d7
Closes-Bug: 1587625
This commit is contained in:
Corey Bryant 2016-05-31 15:45:17 -04:00
parent cd4bcfb441
commit 9bc94cc048

View File

@ -17,6 +17,7 @@ from __future__ import unicode_literals
import os
import subprocess
import sys
import warnings
import pbr.version