mercurial/hgweb/common.py
changeset 2858 345bac2bc4ec
parent 2514 419c42223bee
child 3244 f045b049a704
equal deleted inserted replaced
2857:c9b08cacf983 2858:345bac2bc4ec
     1 # hgweb/common.py - Utility functions needed by hgweb_mod and hgwebdir_mod
     1 # hgweb/common.py - Utility functions needed by hgweb_mod and hgwebdir_mod
     2 #
     2 #
     3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
     3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
     4 # Copyright 2005 Matt Mackall <mpm@selenic.com>
     4 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
     5 #
     5 #
     6 # This software may be used and distributed according to the terms
     6 # This software may be used and distributed according to the terms
     7 # of the GNU General Public License, incorporated herein by reference.
     7 # of the GNU General Public License, incorporated herein by reference.
     8 
     8 
     9 import os, mimetypes
     9 import os, mimetypes