summaryrefslogtreecommitdiffstats
path: root/update.py
diff options
context:
space:
mode:
Diffstat (limited to 'update.py')
-rw-r--r--update.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/update.py b/update.py
index 8d2882e..036bd68 100644
--- a/update.py
+++ b/update.py
@@ -196,7 +196,6 @@ def _copy_module(mod, base, dest_dir):
copy_pyfile(os.path.join(mod_path, s))
globs_to_copy = [
- os.path.join('bin', 'oslo-' + mod + '*'),
os.path.join('tools', mod + '*'),
os.path.join('etc', 'oslo', mod + '*.conf'),
]