Top Level Namespace

Defined Under Namespace

Classes: MapRotation, Version

Constant Summary collapse

CONFIG_FN =
"map-rotation.yaml"
DEFAULT_TARGET =
"maplist.txt"
USAGE =
"Usage: map-rotation [options]\n\nThe possible options are:\n\n  -v, --verbose    print the maplist to STDOUT as well as to file\n  --dump-config    print out current configuration and exit\n\nTo start building a configuration fie, run `map-rotation --dump-config >\nmap-rotation.yaml` and edit it. The config file is a YAML file that specifies\nthe tiers of maps and how many maps to select from each tier. It also has a\nfew configuration options for map-rotation itself, but those are all specified\nwhen you dump the config.\n"
AUTHOR =
"Mike Kenyon"
LICENSE =
"            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n                    Version 2, December 2004\n\n Copyright (C) 2004 Sam Hocevar <[email protected]>\n\n Everyone is permitted to copy and distribute verbatim or modified\n copies of this license document, and changing it is allowed as long\n as the name is changed.\n\n            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. You just DO WHAT THE FUCK YOU WANT TO.\n"
WARRANTY =
"This program is free software. It comes without any warranty, to\nthe extent permitted by applicable law. You can redistribute it\nand/or modify it under the terms of the Do What The Fuck You Want\nTo Public License, Version 2, as published by Sam Hocevar. See\nhttp://sam.zoy.org/wtfpl/COPYING for more details.\n"