| commit | f053737a7b5dbf4b2ccee3c483da8371367dbeb7 | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Thu Sep 08 08:17:37 2016 +0200 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Thu Sep 08 08:17:37 2016 +0200 |
| tree | 8d512abec32a5e0de33589aede1d01adb3d5689f | |
| parent | f7aa8c4db7a57d5865d3b7767d5957fda6867198 [diff] [blame] |
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