From 9a256d54ba64946237121cd6f4089f7e288dd7cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= <danmichaelo@gmail.com>
Date: Sun, 16 Jun 2013 22:29:39 +0200
Subject: [PATCH] fix test for python 2.5

---
 .travis.yml          | 1 -
 tests/client-test.py | 1 -
 2 files changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 99e1db3..7292060 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@
 
 language: python
 python:
-  - "2.4"
   - "2.5"
   - "2.6"
   - "2.7"
diff --git a/tests/client-test.py b/tests/client-test.py
index e96e36e..abc991f 100644
--- a/tests/client-test.py
+++ b/tests/client-test.py
@@ -1,5 +1,4 @@
 #encoding=utf-8
-from __future__ import unicode_literals
 import unittest
 import sys
 import os
-- 
GitLab