csvkit doesn't support Python 2.6, so there is no need to use unittest2 which sole purpose is to bring unittest from Python 3.* (and 2.7) to 2.6.
Compatibility between 2.7 and 3.* API is provided by six (which is already requirement for csvkit).
Fixes #978 (closed)