Skip to content

Commit afe21e0

Browse files
committed
look for settings.py backwards a bit
1 parent dabf2ce commit afe21e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SConstruct

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,8 @@ def s3push( localName , remoteName=None , remotePrefix=None , fixName=True , pla
12901290
remotePrefix = "-" + distName
12911291

12921292
sys.path.append( "." )
1293+
sys.path.append( ".." )
1294+
sys.path.append( "../../" )
12931295

12941296
import simples3
12951297
import settings

0 commit comments

Comments
 (0)