#! /usr/bin/env python #simple test just tries to import 3rd party libraries import pexpect import xml import Tkinter #not strictly necessary but nice to check for any ways. import Pmw print "Got past the imports...test passed!"