pycrossword
0.2
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!') |