Making a call on a module should give an error on analysis
Brought to you by:
fabioz
import unittest
print unittest()
is not marked as an error in pydev ext 1.2.0 although
it can be determined at edit time that unittest is a
module:
>>> unittest
<module 'unittest' from 'C:\Python25\lib\unittest.py'>
>>> type(unittest)
<type 'module'>
>>>
Logged In: YES
user_id=617340
Changing to feature request.