Commit Graph

10 Commits

Author SHA1 Message Date
Joris Vink ab956fc97a better pyko readme 2018-04-10 22:48:13 +02:00
Joris Vink bcbed3b349 let us know why we failed to open a config file. 2018-04-10 15:16:05 +02:00
Joris Vink 85cff54a5f don't let kore_parse_config_file() call fclose.
It doesn't own the FILE pointer, it shouldn't call fclose() on it,
thats just confusing.
2018-04-10 14:39:57 +02:00
Joris Vink 6f45db6a01 pyko: call kore_python_path() on the module path. 2018-04-10 14:32:48 +02:00
Joris Vink fd53f48cec pyko: allow running without app argument.
If no app argument was given, assume we should use the cwd
and interpret "." as the cwd as well.

makes it easier to do things like:

	$ pyko -frn
2018-04-09 20:50:47 +02:00
Joris Vink 5b0772b646 pyko: reshuffle comment. 2018-04-09 20:36:05 +02:00
Joris Vink bafb99445f pyko: change to module directory before starting. 2018-04-09 20:35:11 +02:00
Joris Vink 26f0677915 be consistent with the app path example 2018-04-09 13:10:05 +02:00
Joris Vink d9755722a1 missing license 2018-04-09 13:06:35 +02:00
Joris Vink bf4361092c Add pyko, not linked to build. 2018-04-09 13:05:38 +02:00