From 904898b83d90d3d7f83c574b27a79b98a23e3734 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 7 Apr 2014 16:02:20 -0400 Subject: Rename scripts and mark them as such Mark actual top level scripts as such instead of disguising them as modules. Also remove __init__.py from ipsilon/install as this is not a module just the place where install scripts are kept, for now. Note: Scripts are installed in the bin directory but the contrib spec file moves them to sbin. Signed-off-by: Simo Sorce --- ipsilon/install/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ipsilon/install/__init__.py (limited to 'ipsilon/install/__init__.py') diff --git a/ipsilon/install/__init__.py b/ipsilon/install/__init__.py deleted file mode 100644 index e69de29..0000000 -- cgit