Show More
@@ -220,7 +220,6 b' except ImportError:' | |||||
220 | pass |
|
220 | pass | |
221 |
|
221 | |||
222 | try: |
|
222 | try: | |
223 | import posix |
|
|||
224 | ext_modules.append(Extension('mercurial.osutil', ['mercurial/osutil.c'])) |
|
223 | ext_modules.append(Extension('mercurial.osutil', ['mercurial/osutil.c'])) | |
225 |
|
224 | |||
226 | if sys.platform == 'linux2' and os.uname()[2] > '2.6': |
|
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