1 """This file (which is sourced, not imported) checks the version of the
2 "versioncheck" package. It is also an example of how to format your own
3 _checkversion.py file"""
7 _PACKAGE
="versioncheck"
9 _URL
="http://www.cwi.nl/~jack/versioncheck/curversion.txt"
16 pyversioncheck
.versioncheck(_PACKAGE
, _URL
, _VERSION
, verbose
=_myverbose
)