diff options
| author | Nick Mathewson <nickm@torproject.org> | 2004-02-03 19:42:57 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2004-02-03 19:42:57 +0000 |
| commit | 36da02feaf635168f08ea06471fc1bfc38ebc3d4 (patch) | |
| tree | 20beb6fe73e56212c607672a18b48731929f0ccb /updateCache.py | |
| parent | 202638584ca920325535134436d07e9d3d7d4986 (diff) | |
| download | anonbib-36da02feaf635168f08ea06471fc1bfc38ebc3d4.tar.gz | |
Tidy files, add copyright notices, add make dist target
svn:r84
Diffstat (limited to 'updateCache.py')
| -rw-r--r-- | updateCache.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/updateCache.py b/updateCache.py index 75999d0..b746f8c 100644 --- a/updateCache.py +++ b/updateCache.py @@ -1,6 +1,7 @@ #!/usr/bin/python2 +# Copyright 2003-2004, Nick Mathewson. See LICENSE for licensing info. -"""Download files in bibliography into a local cache, in order to +"""Download files in bibliography into a local cache. """ import os |
