diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2006-09-23 12:38:42 +0200 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2006-09-23 12:38:42 +0200 |
commit | 984c9f6969719c1738dc8df11fda896645ff5d19 (patch) | |
tree | 5bd251104b95fe25c0497f2cb6c166e06d868b15 /inspector.py | |
parent | 151b0423f72506f17237885dd159c8a5e4933bca (diff) | |
download | astroid-git-984c9f6969719c1738dc8df11fda896645ff5d19.tar.gz |
get all tests passing with py 2.3 2.4 2.5
Diffstat (limited to 'inspector.py')
-rw-r--r-- | inspector.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inspector.py b/inspector.py index 9693e4d3..ff98feee 100644 --- a/inspector.py +++ b/inspector.py @@ -24,8 +24,7 @@ This module has been imported from pyreverse :contact: mailto:thenault@gmail.com """ -__revision__ = "$Id: inspector.py,v 1.6 2006-01-24 19:52:07 syt Exp $" -__doctype__ = "restructuredtext en" +__docformat__ = "restructuredtext en" from os.path import dirname |