* major updates to make easydev compatible with python 2.6, 2.7 and 3.4.
* Update DynamicConfigParser significantly by using a ew version to manipulate the configparser options and sections as attributes.
* try to use orderdict module for python 2.6 instead of OrderdedDict
* Other changes are related to python 3.0 (e.g. iteritems -> items, print statement)
* Updated the tests so that all tests now work under python 2.6 and 3.4 as well as 2.7