From 277ed07e8810dbd0adbbf213f56246394753f452 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 9 Apr 2014 14:02:08 -0400 Subject: Move accessory functions to a generic tools module This will allow to easly share the module with install tools, without the need to install server side modules in clients Signed-off-by: Simo Sorce --- ipsilon/tools/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ipsilon/tools/__init__.py (limited to 'ipsilon/tools/__init__.py') diff --git a/ipsilon/tools/__init__.py b/ipsilon/tools/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit