diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2006-08-25 16:42:38 +0200 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2006-08-25 16:42:38 +0200 |
commit | 5ec1e2323c6b401491669ad2bfc11c94e871efc0 (patch) | |
tree | ef48a098a79ddf7d6ce82051dc2495af1c7afcc3 /setup.py | |
parent | 1715cb1a4892d1edb088d842e29d33219f070558 (diff) | |
parent | b4afda77eee9a64ba14646b3cb94969f248f06cc (diff) | |
download | astroid-git-5ec1e2323c6b401491669ad2bfc11c94e871efc0.tar.gz |
merge
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ class MyInstallLib(install_lib.install_lib): include_dirs variable if necessary """ def run(self): - """overriden from install_lib class""" + """overridden from install_lib class""" install_lib.install_lib.run(self) # create Products.__init__.py if needed if subpackage_of: |