On 3/12/15 4:51 PM, Dani Hodovic wrote:
I have a very large project with deeply nested hierarchies. To find
the root directory I use a source root walker and append the root
directory to sys.path. This way, I can easily import things in the
project relative to the root directory.
The problem is
* Dani Hodovic [2015-03-12 21:51:50 +0100]:
> I have a very large project with deeply nested hierarchies. To find the
> root directory I use a source root walker and append the root directory to
> sys.path. This way, I can easily import things in the project relative to
> the root directory.
I do
On Thu, Mar 12, 2015 at 3:51 PM, Dani Hodovic wrote:
> I have a very large project with deeply nested hierarchies. To find the
> root directory I use a source root walker and append the root directory to
> sys.path. This way, I can easily import things in the project relative to
> the root direct
I have a very large project with deeply nested hierarchies. To find the
root directory I use a source root walker and append the root directory to
sys.path. This way, I can easily import things in the project relative to
the root directory.
The problem is that pylint doesn't detect this, even thoug