aboutsummaryrefslogtreecommitdiffstats
path: root/pavement.py
diff options
context:
space:
mode:
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py
index f620c790..3d840086 100644
--- a/pavement.py
+++ b/pavement.py
@@ -17,7 +17,7 @@ def update_vendored():
remove_all(vendor.glob('pyparsing*'))
install_args = [
'install',
- '-r', str(vendor/'vendored.txt'),
+ '-r', str(vendor / 'vendored.txt'),
'-t', str(vendor),
]
pip.main(install_args)