From 3b83209620ad8644ec30a6779ae35a773e1060c5 Mon Sep 17 00:00:00 2001
From: Peter Kessen
Date: Mon, 22 Feb 2016 07:45:39 +0100
Subject: [PATCH] Removed unicode_literals from test_config_command
---
test/test_config_command.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/test_config_command.py b/test/test_config_command.py
index 60cf9de25..8c5034757 100644
--- a/test/test_config_command.py
+++ b/test/test_config_command.py
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
-from __future__ import (division, absolute_import, print_function,
- unicode_literals)
+from __future__ import (division, absolute_import, print_function)
import os
import yaml