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/vim_db.py b/vim_db.py
index 93f2f45..002d994 100644
--- a/vim_db.py
+++ b/vim_db.py
@@ -34,7 +34,7 @@
 
 import MySQLdb as mdb
 import uuid as myUuid
-from utils import auxiliary_functions as af
+import auxiliary_functions as af
 import json
 import logging