From ae4c02373432743ab1e6606251e4af242552159a Mon Sep 17 00:00:00 2001 From: wangtaize Date: Mon, 6 Apr 2015 10:51:14 +0800 Subject: [PATCH] fix error when using setuptools --- python/sofa/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/sofa/__init__.py b/python/sofa/__init__.py index e69de29..de40ea7 100644 --- a/python/sofa/__init__.py +++ b/python/sofa/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__)