s3_config should be in lib.config
This commit is contained in:
parent
aa835ad38a
commit
6b1dd0d413
6 changed files with 19 additions and 17 deletions
|
@ -3,8 +3,8 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
from lib.config import PLATFORM
|
||||
from lib.util import execute, s3_config, s3put, scoped_cwd
|
||||
from lib.config import PLATFORM, s3_config
|
||||
from lib.util import execute, s3put, scoped_cwd
|
||||
|
||||
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue