mercurial/windows.py
changeset 8225 46293a0c7e9f
parent 7949 443c0c8636ac
child 8226 8b2cd04a6e97
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     1 """
     1 """
     2 windows.py - Windows utility function implementations for Mercurial
     2 windows.py - Windows utility function implementations for Mercurial
     3 
     3 
     4  Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
     4  Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
     5 
     5 
     6 This software may be used and distributed according to the terms of
     6 This software may be used and distributed according to the terms of the
     7 the GNU General Public License version 2, incorporated herein by
     7 GNU General Public License version 2, incorporated herein by reference.
     8 reference.
       
     9 """
     8 """
    10 
     9 
    11 from i18n import _
    10 from i18n import _
    12 import errno, msvcrt, os, osutil, re, sys, error
    11 import errno, msvcrt, os, osutil, re, sys, error
    13 nulldev = 'NUL:'
    12 nulldev = 'NUL:'