s3_config should be in lib.config

This commit is contained in:
Cheng Zhao 2015-04-12 12:00:02 +08:00
parent aa835ad38a
commit 6b1dd0d413
6 changed files with 19 additions and 17 deletions

View file

@ -3,7 +3,8 @@
import os
import glob
from lib.util import execute, rm_rf, safe_mkdir, s3put, s3_config
from lib.config import s3_config
from lib.util import execute, rm_rf, safe_mkdir, s3put
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))