changeset 27046 | 37fcfe52c68c |
parent 27044 | 1dde4914fb6c |
child 29491 | 7f0498bd284e |
--- a/mercurial/hgweb/common.py Sun Nov 01 15:09:35 2015 +0900 +++ b/mercurial/hgweb/common.py Sat Oct 31 22:07:40 2015 +0900 @@ -6,8 +6,12 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. +from __future__ import absolute_import + import BaseHTTPServer -import errno, mimetypes, os +import errno +import mimetypes +import os HTTP_OK = 200 HTTP_NOT_MODIFIED = 304