mercurial/posix.py
changeset 8312 b87a50b7125c
parent 8226 8b2cd04a6e97
child 8614 573734e7e6d0
--- a/mercurial/posix.py	Thu May 07 15:08:25 2009 +0300
+++ b/mercurial/posix.py	Tue Apr 28 17:40:46 2009 +0200
@@ -6,7 +6,8 @@
 # GNU General Public License version 2, incorporated herein by reference.
 
 from i18n import _
-import os, sys, osutil, errno, stat, getpass, pwd, grp
+import osutil
+import os, sys, errno, stat, getpass, pwd, grp
 
 posixfile = file
 nulldev = '/dev/null'