Last change
on this file was 2, checked in by Yuri Dario, 15 years ago |
Initial import for vendor code.
|
-
Property svn:eol-style
set to
native
|
File size:
430 bytes
|
Line | |
---|
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"""
|
---|
4 |
|
---|
5 | import pyversioncheck
|
---|
6 |
|
---|
7 | _PACKAGE="versioncheck"
|
---|
8 | _VERSION="1.0"
|
---|
9 | _URL="http://www.cwi.nl/~jack/versioncheck/curversion.txt"
|
---|
10 |
|
---|
11 | try:
|
---|
12 | _myverbose=VERBOSE
|
---|
13 | except NameError:
|
---|
14 | _myverbose=1
|
---|
15 |
|
---|
16 | pyversioncheck.versioncheck(_PACKAGE, _URL, _VERSION, verbose=_myverbose)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.