pep8 typo

This commit is contained in:
Michael Gundlach
2010-08-18 11:53:41 -04:00
parent 23e9600fc6
commit ad3bda4b1a
+1 -1
View File
@@ -97,7 +97,7 @@ def install_dependencies(venv=VENV):
# Tell the virtual env how to "import nova"
pthfile = os.path.join(venv, "lib", "python2.6", "site-packages", "nova.pth")
f=open(pthfile, 'w')
f = open(pthfile, 'w')
f.write("%s\n" % ROOT)