diff options
Diffstat (limited to 'gitlab/tests/test_utils.py')
-rw-r--r-- | gitlab/tests/test_utils.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gitlab/tests/test_utils.py b/gitlab/tests/test_utils.py index f84f954..b57deda 100644 --- a/gitlab/tests/test_utils.py +++ b/gitlab/tests/test_utils.py @@ -15,10 +15,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -try: - import unittest -except ImportError: - import unittest2 as unittest +import unittest from gitlab import utils |