Skip to content

Commit

Permalink
fixing broken import of s3_cache_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Feuer committed Nov 4, 2014
1 parent 1be4384 commit 124465f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pip_accel/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# the user running the pip-accel command (root goes to /var/cache/pip-accel,
# otherwise ~/.pip-accel).
s3_cache_bucket = None
s3_cache_prefix = None

if os.getuid() == 0:
download_cache = '/root/.pip/download-cache'
pip_accel_cache = '/var/cache/pip-accel'
Expand Down

0 comments on commit 124465f

Please sign in to comment.