------------------------
* Python3.4+ compliant
* Added requirements-py3.txt and test-requirements-py3.txt for Python3.4 to
pull and install from
* Updated tox to run py34 tests
* Modified basic Python calls to work with both Python2 and Python3.4
* Added optional 'ca' parameter to createfshare and setfshare (for SMB
Continuous Availability)
* Improved handling of nested and optional lists in File Persona get methods
* Volume Set snapshot capabilities have been added
* Adds tests for volume set snapshots
* Fixed error that was happening during client initialization when an error
was missing a description. (issue 15)
* Add support for VLUN queries in getVLUN and getHostVLUNs when a backend
with WSAPI 1.4.2 or greater is being used.
* Added support for calling srstatld with a given interval and history
* Added unit tests for the Exception class.