Remove ver.py file that was removed from sources recently

This commit is contained in:
Jonathan Wakely 2018-06-19 17:52:31 +01:00
parent 1499fdf972
commit 139c6b50e6
1 changed files with 0 additions and 5 deletions

5
ver.py
View File

@ -1,5 +0,0 @@
import platform
import sys
sys.stdout.write (".".join (platform.python_version_tuple ()[:2]))
sys.stdout.write ("\n")