X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=server%2Fconfig%2Fio.py;h=ec6a8aedc6c568e17fdc6ddb64debb35591ea8bf;hb=119e91aece4fc1de4b4cd1744502ea58f9bae323;hp=76f403c8282ccf2e28474dff1a5b194a470dadec;hpb=08f8592f1a1e5d340b6c2372551f0a3da28a07d8;p=plomrogue diff --git a/server/config/io.py b/server/config/io.py index 76f403c..ec6a8ae 100644 --- a/server/config/io.py +++ b/server/config/io.py @@ -1,8 +1,12 @@ +# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 +# or any later version. For details on its copyright, license, and warranties, +# see the file NOTICE in the root directory of the PlomRogue source package. + + """File IO database.""" io_db = { "path_save": "save", "path_record": "record_save", - "path_worldconf": "confserver/world", "path_server": "server_run/", "path_in": "server_run/in", "path_out": "server_run/out",