move utils to one utils.py file

This commit is contained in:
j 2014-05-18 00:18:32 +02:00
commit 53a9c296fb
6 changed files with 30 additions and 37 deletions

View file

@ -7,7 +7,7 @@ import logging
import json
from datetime import datetime
from ed25519_utils import valid
from utils import valid
import settings
from settings import db