Branch Dependency Testing.

Change-Id: I7331b4072d1603a97ee1c07dd98fa7444733de0e
Implements: blueprint bp/capability-type-persistence
This commit is contained in:
Wayne Okuma 2014-08-01 15:52:50 -07:00
parent e34a15348e
commit b40bc099af
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# WKO: 2nd mod for branch dependency testing.
# import copy
from oslo.config import cfg

View File

@ -16,6 +16,8 @@
SQLAlchemy Models for storing graffiti
"""
# WKO: Comment for branch dependency testing.
from oslo.config import cfg
import six.moves.urllib.parse as urlparse
from sqlalchemy.ext import declarative