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
|
@ -5,7 +5,8 @@ import hashlib
|
|||
import os
|
||||
import tempfile
|
||||
|
||||
from lib.util import download, rm_rf, s3_config, s3put
|
||||
from lib.config import s3_config
|
||||
from lib.util import download, rm_rf, s3put
|
||||
|
||||
|
||||
DIST_URL = 'https://atom.io/download/atom-shell/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue