Improved static analysis for imports.

This commit is contained in:
Dave Halter
2015-04-23 02:43:49 +02:00
parent f4f30841ec
commit 039579b391
2 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ date.today
#! 5 attribute-error
date.not_existing_attribute
#! 26 import-error
#! 14 import-error
from datetime.date import today
#! 16 import-error