#! /usr/bin/python

import sys
sys.path[0:0] = ['/usr/share/python']
import pyversions
pyversions.main()
