##// END OF EJS Templates
setup: remove spurious posix import
Matt Mackall -
r7946:9d36291f default
parent child Browse files
Show More
@@ -220,7 +220,6 b' except ImportError:'
220 220 pass
221 221
222 222 try:
223 import posix
224 223 ext_modules.append(Extension('mercurial.osutil', ['mercurial/osutil.c']))
225 224
226 225 if sys.platform == 'linux2' and os.uname()[2] > '2.6':
General Comments 0
You need to be logged in to leave comments. Login now