|
pycrossword
0.3
Pure-Python implementation of a crossword puzzle generator and editor
|
Classes | |
| class | Updater |
Variables | |
| string | ENCODING = 'utf-8' |
| GIT_ERROR = _('You do not appear to have a valid version of git installed!\nPlease install git from https://git-scm.com/') | |
| NOTHING_INSTALLED_ERROR = _('Neither Git nor the python package is installed!') | |
| string pycross.utils.update.ENCODING = 'utf-8' |
| pycross.utils.update.GIT_ERROR = _('You do not appear to have a valid version of git installed!\nPlease install git from https://git-scm.com/') |
| pycross.utils.update.NOTHING_INSTALLED_ERROR = _('Neither Git nor the python package is installed!') |
1.8.17