summaryrefslogtreecommitdiff
path: root/blessings/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'blessings/tests.py')
-rw-r--r--blessings/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/blessings/tests.py b/blessings/tests.py
index c51b36c..a03eb8d 100644
--- a/blessings/tests.py
+++ b/blessings/tests.py
@@ -9,8 +9,6 @@ All we require from the host machine is that a standard terminfo definition of
xterm-256color exists.
"""
-from __future__ import with_statement # Make 2.5-compatible
-from __future__ import absolute_import
from curses import tigetstr, tparm
from functools import partial
import sys