move utils to common

This commit is contained in:
ppwwyyxx
2015-06-18 00:07:15 +08:00
parent f0dc8fb3af
commit 022e439cbe
13 changed files with 157 additions and 190 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python2
# -*- coding: UTF-8 -*-
# File: smiley.py
# Date: Sun Feb 01 17:47:07 2015 +0800
# Date: Thu Jun 18 00:02:43 2015 +0800
# Author: Yuxin Wu <[email protected]>
import os
@@ -9,7 +9,7 @@ import re
import json
import struct
from .utils import get_file_b64
from common.textutil import get_file_b64
STATIC_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'static')