From 897bd5c2b889f71bfacb9d126efd73238c49932a Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 14 Mar 2011 13:47:51 +1300 Subject: We no longer use pytz. --- libmproxy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmproxy') diff --git a/libmproxy/utils.py b/libmproxy/utils.py index 232edcdf..a64eca4e 100644 --- a/libmproxy/utils.py +++ b/libmproxy/utils.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import re, os, subprocess, datetime, textwrap, errno, sys, time, pytz +import re, os, subprocess, datetime, textwrap, errno, sys, time def timestamp(): -- cgit v1.2.3