Fix a pep8 violation.

This commit is contained in:
Michael Gundlach
2010年08月25日 17:36:03 +00:00
committed by Tarmac

View File

@@ -95,8 +95,8 @@ def install_dependencies(venv=VENV):
# Tell the virtual env how to "import nova"
pathfile=os.path.join(venv, "lib", "python2.6", "site-packages", "nova.pth")
f=open(pathfile, 'w')
pthfile=os.path.join(venv, "lib", "python2.6", "site-packages", "nova.pth")
f=open(pthfile, 'w')
f.write("%s\n" % ROOT)
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.