summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2013-01-24 10:49:22 -0500
committerJoe Gordon <jogo@cloudscaling.com>2013-01-24 10:49:22 -0500
commitd0897011d52f712f7ccd7a92e28caa2c8014143f (patch)
tree02a96178bff6698be6974e577a8546928183f555 /tools
parent416e92d728b351a5ffbbbf0dda4973d41b1a7947 (diff)
downloadoslo-d0897011d52f712f7ccd7a92e28caa2c8014143f.tar.gz
oslo-d0897011d52f712f7ccd7a92e28caa2c8014143f.tar.xz
oslo-d0897011d52f712f7ccd7a92e28caa2c8014143f.zip
Document tools/flakes is from commons
When copying tools around it may not be clear that they came from openstack-common. So add a note at top of code. Had to say from openstack-common since cannot say from oslo-incubator since word oslo is replaced when copied. Change-Id: I7514c88d448f13cb7b11ed1ea81a035c6a201bae
Diffstat (limited to 'tools')
-rw-r--r--tools/flakes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/flakes.py b/tools/flakes.py
index 4c9d820..5e089ba 100644
--- a/tools/flakes.py
+++ b/tools/flakes.py
@@ -1,6 +1,8 @@
"""
wrapper for pyflakes to ignore gettext based warning:
"undefined name '_'"
+
+ Synced in from openstack-common
"""
import sys