From f42a3db8d8eade9808a21650c314bbcc149bb560 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 11 Feb 2013 22:55:09 -0800 Subject: Update flakes.py to match 0.6.1. pyflakes 0.6.1 changes a module path - but we want to use it, because it finally groks attributes properly. Change-Id: Id35d1551c78212adb7ab470cefd9a53827167a71 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 1dc4ab3..f737a39 100644 --- a/tox.ini +++ b/tox.ini @@ -28,4 +28,4 @@ deps = -r{toxinidir}/tools/pip-requires -r{toxinidir}/tools/test-options [testenv:pyflakes] -commands = pyflakes openstack setup.py update.py +commands = python tools/flakes.py openstack setup.py update.py -- cgit