mercurial/posix.py
changeset 8312 b87a50b7125c
parent 8226 8b2cd04a6e97
child 8614 573734e7e6d0
equal deleted inserted replaced
8311:e0eb03bfa5af 8312:b87a50b7125c
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2, incorporated herein by reference.
     7 
     7 
     8 from i18n import _
     8 from i18n import _
     9 import os, sys, osutil, errno, stat, getpass, pwd, grp
     9 import osutil
       
    10 import os, sys, errno, stat, getpass, pwd, grp
    10 
    11 
    11 posixfile = file
    12 posixfile = file
    12 nulldev = '/dev/null'
    13 nulldev = '/dev/null'
    13 normpath = os.path.normpath
    14 normpath = os.path.normpath
    14 samestat = os.path.samestat
    15 samestat = os.path.samestat