pycrossword  0.2
Pure-Python implementation of a crossword puzzle generator and editor
Classes | Variables
pycross.utils.update Namespace Reference

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

Variable Documentation

◆ ENCODING

string pycross.utils.update.ENCODING = 'utf-8'

◆ GIT_ERROR

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/')

◆ NOTHING_INSTALLED_ERROR

pycross.utils.update.NOTHING_INSTALLED_ERROR = _('Neither Git nor the python package is installed!')