[tor-commits] [support-tools/master] response_time: Remove useless import
lunar at torproject.org
lunar at torproject.org
Tue May 13 12:05:00 UTC 2014
commit 6bec76c35ab3d66a1f4fef92444af8c4aaafd84b
Author: Lunar <lunar at torproject.org>
Date: Tue May 13 14:04:35 2014 +0200
response_time: Remove useless import
---
response-time/response_time.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/response-time/response_time.py b/response-time/response_time.py
index e2cae2e..40d8ad9 100755
--- a/response-time/response_time.py
+++ b/response-time/response_time.py
@@ -12,7 +12,6 @@ import psycopg2
import re
import subprocess
import sys
-import yaml
RT_CONNINFO = "host=drobovi.torproject.org sslmode=require user=rtreader dbname=rt"
More information about the tor-commits
mailing list