From 1954dae6cfee89f20dfd464698fa8e935abbb2e7 Mon Sep 17 00:00:00 2001 From: Wayne Okuma Date: Fri, 1 Aug 2014 16:31:50 -0700 Subject: [PATCH] Testing dependecy branch. Change-Id: Icfcd8e00a074ae2487f2231e949063125cfea901 Implements: blueprint capability-type-persistence --- graffiti/db/api.py | 2 ++ graffiti/db/models.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/graffiti/db/api.py b/graffiti/db/api.py index 487839c..08716e6 100644 --- a/graffiti/db/api.py +++ b/graffiti/db/api.py @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# WKO: testing branch dependency + # import copy from oslo.config import cfg diff --git a/graffiti/db/models.py b/graffiti/db/models.py index 2d65ae2..c19b0b3 100644 --- a/graffiti/db/models.py +++ b/graffiti/db/models.py @@ -12,6 +12,8 @@ # License for the specific language governing permissions and limitations # under the License. +# WKO: testing branch dependencies + """ SQLAlchemy Models for storing graffiti """