From 77d5bdfdbbdd804fbd956d13c3d334de7c8c8682 Mon Sep 17 00:00:00 2001 From: Michel Selten Date: Wed, 20 Oct 2004 20:13:42 +0000 Subject: Created directories for the scons tools. The actual move of the files will be done by jesterKing. --- tools/__init__.py | 1 + tools/scons/__init__.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 tools/__init__.py create mode 100644 tools/scons/__init__.py (limited to 'tools') diff --git a/tools/__init__.py b/tools/__init__.py new file mode 100644 index 00000000000..ec8ae137b21 --- /dev/null +++ b/tools/__init__.py @@ -0,0 +1 @@ +__all__ = ['scons'] diff --git a/tools/scons/__init__.py b/tools/scons/__init__.py new file mode 100644 index 00000000000..92264e34c4a --- /dev/null +++ b/tools/scons/__init__.py @@ -0,0 +1 @@ +__all__ = ['bs'] -- cgit v1.2.3