pycrossword
0.3
Pure-Python implementation of a crossword puzzle generator and editor
|
Classes | |
class | pycross.utils.update.Updater |
Namespaces | |
pycross.utils.update | |
utils.update | |
Variables | |
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!') | |