Unittest - Skip tests that use faketime if not available

This commit is contained in:
Renato Alves 2014-07-18 17:20:27 +01:00
parent fdbb8e02f0
commit 00ee5b2289
2 changed files with 6 additions and 2 deletions

View file

@ -4,6 +4,7 @@ import os
import sys
import socket
import signal
import functools
from subprocess import Popen, PIPE, STDOUT
from threading import Thread
from Queue import Queue, Empty