src/mercurialserver/config.py
branchdebian
changeset 248 107d28ce67f5
parent 242 03d8f07230b3
child 303 3f9f247b72bd
equal deleted inserted replaced
240:97a8fe72a35e 248:107d28ce67f5
     1 # Copyright 2008-2009 LShift Ltd
     1 """
       
     2 Fix $HOME and read ~/.mercurial-server
       
     3 """
     2 
     4 
     3 import sys
     5 import sys
     4 import os
     6 import os
     5 import os.path
     7 import os.path
     6 import pwd
     8 import pwd