summaryrefslogtreecommitdiffstats
path: root/update.py
diff options
context:
space:
mode:
Diffstat (limited to 'update.py')
-rw-r--r--update.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/update.py b/update.py
index 509f5ab..7bb0d10 100644
--- a/update.py
+++ b/update.py
@@ -151,6 +151,14 @@ def _copy_file(path, base, dest_dir):
'^from openstack.common',
'from ' + base + '.openstack.common')
+ _replace(dest,
+ '\'openstack\.common',
+ '\'' + base + '.openstack.common')
+
+ _replace(dest,
+ '\"openstack\.common',
+ '\"' + base + '.openstack.common')
+
def _copy_module(mod, base, dest_dir):
print ("Copying openstack.common.%s under the %s module in %s" %