v0.4.7 remove folder utils moving files to parent to avoid an empty __utils.py__ file without license
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/httpserver.py b/httpserver.py
index 2be5164..9112182 100644
--- a/httpserver.py
+++ b/httpserver.py
@@ -34,7 +34,7 @@
import json
import threading
import datetime
-from utils import RADclass
+import RADclass
from jsonschema import validate as js_v, exceptions as js_e
import host_thread as ht
from vim_schema import host_new_schema, host_edit_schema, tenant_new_schema, \