Move cfg to keystone.openstack.common

Just code movement here, no changes.

This is so we can use openstack-common's update script to keep it in
sync. See:

  http://wiki.openstack.org/CommonLibrary#Incubation

Change-Id: Ieb8ce50071a85987152b995fa6773433b7671c48
This commit is contained in:
Mark McLoughlin
2012-02-22 21:04:11 +00:00
parent 45d6aa1870
commit d679baf883
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -18,8 +18,8 @@ import gettext
import sys
import os
from keystone.common import cfg
from keystone.common import logging
from keystone.openstack.common import cfg
gettext.install('keystone', unicode=1)
View File