==================
TLib
==================

A distribution that provides a library of tools written in Python to help simplify the creation
of automated tests on all YellowPages products.

Installation
============

1. Install module pycrypto-2.6.win32-py2.7.exe found under the modules folder
2. Install TLib with pip, ilke this
   pip install TLib==X.X.XX
   where X.X.XX is the version required

NOTE: make sure your PYTHONPATH has been set in your environment variables.  ie: PYTHONPATH=C:\Python27\Lib;C:\Python27\DLLs;C:\Python27\Lib\lib-tk;C:\Python27\Lib\site-packages
