Python 2.6 do not has unittest.loader, we import unittest2 instead

try to import loader from unittest and if ImportError is caught,
import unittest2 instead

Change-Id: I8a638fb54c9b699ee5a26c7b81965ee170f7ba1d
1 file changed