Forcing Horizon to use PEP8 1.1

Until we have time to upgrade to 1.3 and
deal with all of the new whitespace
requirements that comes with it.

Change-Id: I3b1b28c6e96e50bae45db4e4999d6144774d93ed
This commit is contained in:
John Postlethwait 2012-06-22 16:04:33 -07:00 committed by Gerrit Code Review
parent d46280f3b4
commit 7ce7905518
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ set -o errexit
# Increment me any time the environment should be rebuilt.
# This includes dependncy changes, directory renames, etc.
# Simple integer secuence: 1, 2, 3...
environment_version=19
environment_version=20
#--------------------------------------------------------#
function usage {

View File

@ -9,7 +9,7 @@ nose
nose-exclude
nosexcover
openstack.nose_plugin
pep8
pep8==1.1
pylint
selenium