summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-19 15:23:10 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-19 15:23:10 +0200
commitc758ce6dd21a56641b78b36137274a13d8270488 (patch)
tree278dc87572998c215018b756fabac1e865bf1be1
parentc4bb262c3209c172bf0ab2455a1cc4f8a14a1583 (diff)
downloadtelepathy-mission-control-c758ce6dd21a56641b78b36137274a13d8270488.tar.gz
mctest.py: no need to import 'sha'
-rw-r--r--test/twisted/mctest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/twisted/mctest.py b/test/twisted/mctest.py
index 6542b880..9a88b10d 100644
--- a/test/twisted/mctest.py
+++ b/test/twisted/mctest.py
@@ -22,7 +22,6 @@ Infrastructure code for testing Mission Control
import base64
import os
-import sha
import sys
import constants as cs