Commit b1539ad6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2cbd5640
......@@ -198,6 +198,7 @@ from astroid.exceptions import NotFoundError
from astroid.scoped_nodes import Module
Module_getattr = Module.getattr
def _getattr(self, name, *args, **kw):
print 'AAA getattr %s %s' % (self.name, name)
try:
return Module_getattr(self, name, *args, **kw)
except NotFoundError, e:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment