Skip to content

Sundry little fixes #2

@WenceslaoGrillo

Description

@WenceslaoGrillo

io.py line 47 (in function get_input) replace "input" with raw_input:
data = raw_input(msg)

io.py line 59 (in _set_configfile_name) replace \ (Windows???!!!!) with /.
self._configfile_name = os.path.expanduser("~")
+ "/.task_arena_config"

Documentation: during install there is no need to mv arenacmd.py /usr/local/bin/tarena
Because:
python setup.py install
already does that, so after that you are already ready to use tarena

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions