From b57e7ea1b9707f7940864c7d103a7dbada286a68 Mon Sep 17 00:00:00 2001
From: Antoine Millet <antoine.millet@smartjog.com>
Date: Thu, 6 Oct 2011 14:43:50 +0200
Subject: [PATCH] Removed sub packages import from main __init__.py file

---
 sjrpc/__init__.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py
index 05d206a..ea28973 100644
--- a/sjrpc/__init__.py
+++ b/sjrpc/__init__.py
@@ -19,8 +19,4 @@ The library is separated into three parts:
 
 '''
 
-import sjrpc.core
-import sjrpc.server
-import sjrpc.utils
-
 __version__ = '14~dev'
-- 
GitLab