]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/_checkversion.py
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Tools / versioncheck / _checkversion.py
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/_checkversion.py b/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/_checkversion.py
deleted file mode 100644 (file)
index f466a80..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-"""This file (which is sourced, not imported) checks the version of the\r
-"versioncheck" package. It is also an example of how to format your own\r
-_checkversion.py file"""\r
-\r
-import pyversioncheck\r
-\r
-_PACKAGE="versioncheck"\r
-_VERSION="1.0"\r
-_URL="http://www.cwi.nl/~jack/versioncheck/curversion.txt"\r
-\r
-try:\r
-    _myverbose=VERBOSE\r
-except NameError:\r
-    _myverbose=1\r
-\r
-pyversioncheck.versioncheck(_PACKAGE, _URL, _VERSION, verbose=_myverbose)\r