ancho85 / pylint-playero-plugin

A plugin for pylint to work with Playero ERP
GNU General Public License v2.0
0 stars 0 forks source link

cannot import classes defined inside other classes (Row instances) #3

Closed ancho85 closed 9 years ago

ancho85 commented 10 years ago

pylint init-hook includes all workspace paths defined in config/playero.cfg In the same file is defined 2 classes. Invoice.py

from Invoice import Invoice #works
from Invoice import InvoiceItemRow #works
from InvoiceItemRow import InvoiceItemRow  #Does not work.

It also should work as last line is defined

ancho85 commented 10 years ago

Marked as won't fix because it cannot be imported this way in python's syntax

ancho85 commented 9 years ago

closing as it's marked as wontfix