# HG changeset patch # User Dimitri Papadopoulos # Date 1392300667 -3600 # Node ID 6e2244784b7d865681bf09cda1194d6edce565cd # Parent b0dd5b57d2d84725eaf25820f45eca0146bc91cc Fix typo in a setup.py comment diff -r b0dd5b57d2d8 -r 6e2244784b7d setup.py --- a/setup.py Thu Feb 13 15:09:30 2014 +0100 +++ b/setup.py Thu Feb 13 15:11:07 2014 +0100 @@ -188,7 +188,7 @@ MyInstallMoreData.run(self) self.install_dir = _old_install_dir try: - import setuptools.command.easy_install # only if easy_install avaible + import setuptools.command.easy_install # only if easy_install available # monkey patch: Crack SandboxViolation verification from setuptools.sandbox import DirectorySandbox as DS old_ok = DS._ok diff -r b0dd5b57d2d8 -r 6e2244784b7d skeleton/setup.py --- a/skeleton/setup.py Thu Feb 13 15:09:30 2014 +0100 +++ b/skeleton/setup.py Thu Feb 13 15:11:07 2014 +0100 @@ -150,7 +150,7 @@ old_install_data.run(self) self.install_dir = _old_install_dir try: - import setuptools.command.easy_install # only if easy_install avaible + import setuptools.command.easy_install # only if easy_install available # monkey patch: Crack SandboxViolation verification from setuptools.sandbox import DirectorySandbox as DS old_ok = DS._ok