From b0cc446cac1701e17653ef7dcabc97848cb567e3 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Wed, 1 Oct 2003 22:08:05 +0000 Subject: [PATCH] For importing utils --- test/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/__init__.py diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..9eaf692 --- /dev/null +++ b/test/__init__.py @@ -0,0 +1,5 @@ +#! /usr/bin/env python +"""wsdl2python and wstools.WSDLTools.WSDLReader tests directory.""" + +import utils +