pycrossword  0.2
Pure-Python implementation of a crossword puzzle generator and editor
Classes | Namespaces | Variables
update.py File Reference

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