Mercurial > p > roundup > code
diff scripts/import_sf.py @ 3541:07072b1b796c
fix typo
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 05 Feb 2006 02:41:10 +0000 |
| parents | 7f7902af7864 |
| children | a2fc38fd0142 |
line wrap: on
line diff
--- a/scripts/import_sf.py Fri Feb 03 05:27:59 2006 +0000 +++ b/scripts/import_sf.py Sun Feb 05 02:41:10 2006 +0000 @@ -44,7 +44,7 @@ location = response.getheader('location') query = urlparse.urlparse(response.getheader('location'))[-2] info = dict([param.split('=') for param in query.split('&')]) - return DOWNLOAD_TEMPLATE%info + return DL_URL%info def fetch_files(xml_file, file_dir): """ Fetch files referenced in the xml_file into the dir file_dir. """
