summaryrefslogtreecommitdiffstats
path: root/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Added license info and READMEGravatar ryuslash2010-02-091-0/+19
|
* configuration settings and startfileGravatar ryuslash2010-02-091-1/+15
| | | | | Configuration Settings can now be changed with the -e command line argument execution of 4grab has been moved to 4grab.py, but should also still work with download.py
* merged with commit from RAAMGravatar ryuslash2010-02-091-2/+7
|\
| * Fixed in windowsGravatar unknown2010-02-081-2/+7
| | | | | | | | | | Windows was giving trouble with the os.getenv(HOME) which can be executed in the python shell and IDLE and will return C:\Documents and Settings\username\, but when running a script it will return None. If os.getenv(HOME) is None, then now the exec dir will be used instead
* | working on the command-line arguments hereGravatar ryuslash2010-02-091-8/+18
|/
* ConfigurationGravatar ryuslash2010-01-261-2/+7
| | | | | * A configuration file is made if one hasn't been found * Certain values (currently download category and location) are stored in config file.
* Started working on configuration fileGravatar ryuslash2010-01-181-0/+36