summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostyantyn Ovecho <fastinetserver@gmail.com>2010-05-26 07:44:07 +0300
committerKostyantyn Ovecho <fastinetserver@gmail.com>2010-05-26 07:44:07 +0300
commitf3dd7fca9d8a642a824e55363317d4e45270dc2c (patch)
tree9a38d646dd91416ce235680f8620ff3159289610 /twrapper/idfetch_settings.py
downloadidfetch-f3dd7fca9d8a642a824e55363317d4e45270dc2c.tar.gz
idfetch-f3dd7fca9d8a642a824e55363317d4e45270dc2c.tar.bz2
idfetch-f3dd7fca9d8a642a824e55363317d4e45270dc2c.zip
First prototype of twrapper
Diffstat (limited to 'twrapper/idfetch_settings.py')
-rw-r--r--twrapper/idfetch_settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/twrapper/idfetch_settings.py b/twrapper/idfetch_settings.py
new file mode 100644
index 0000000..dd2b352
--- /dev/null
+++ b/twrapper/idfetch_settings.py
@@ -0,0 +1,4 @@
+TASK_DIR='./need_to_download'
+DIST_DIR='./need_to_download/distfiles'
+WGET_READ_TIMEOUT=30
+WGET_TRIES=1 \ No newline at end of file