From 0ac8b542a94758cafc05d6977c3f48d532fccbd2 Mon Sep 17 00:00:00 2001 From: Stefan Hacker Date: Mon, 25 Feb 2013 10:13:59 +0100 Subject: [PATCH] Make non-module folders also look like modules to improve handling in PyDev --- modules/__init__.py | 2 ++ tools/__init__.py | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 modules/__init__.py create mode 100644 tools/__init__.py diff --git a/modules/__init__.py b/modules/__init__.py new file mode 100644 index 0000000..69a748a --- /dev/null +++ b/modules/__init__.py @@ -0,0 +1,2 @@ +# No real module, just here to keep pydev and its +# test runner happy. \ No newline at end of file diff --git a/tools/__init__.py b/tools/__init__.py new file mode 100644 index 0000000..69a748a --- /dev/null +++ b/tools/__init__.py @@ -0,0 +1,2 @@ +# No real module, just here to keep pydev and its +# test runner happy. \ No newline at end of file