diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-03-14 13:47:51 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-03-14 13:47:51 +1300 |
commit | 897bd5c2b889f71bfacb9d126efd73238c49932a (patch) | |
tree | a01e16364cae6b34379b621fbecb4c4109caeef6 /libmproxy/utils.py | |
parent | b4fab58c611bd0a7eb5c48c140709aa0ff725cf3 (diff) | |
download | mitmproxy-897bd5c2b889f71bfacb9d126efd73238c49932a.tar.gz mitmproxy-897bd5c2b889f71bfacb9d126efd73238c49932a.tar.bz2 mitmproxy-897bd5c2b889f71bfacb9d126efd73238c49932a.zip |
We no longer use pytz.
Diffstat (limited to 'libmproxy/utils.py')
-rw-r--r-- | libmproxy/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. -import re, os, subprocess, datetime, textwrap, errno, sys, time, pytz +import re, os, subprocess, datetime, textwrap, errno, sys, time def timestamp(): |