Make non-module folders also look like modules to improve handling in PyDev

This commit is contained in:
Stefan Hacker 2013-02-25 10:13:59 +01:00
parent 911a904131
commit 0ac8b542a9
2 changed files with 4 additions and 0 deletions

2
modules/__init__.py Normal file
View File

@ -0,0 +1,2 @@
# No real module, just here to keep pydev and its
# test runner happy.

2
tools/__init__.py Normal file
View File

@ -0,0 +1,2 @@
# No real module, just here to keep pydev and its
# test runner happy.