Building baremetal containers in build directory

This commit is contained in:
Amit Mahajan
2009-11-20 00:19:51 +05:30
parent 8a7b9dbcdf
commit e2c2f1f2b1
6 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
import os, shelve, sys
from os.path import *
PROJRELROOT = '../..'
PROJRELROOT = '../../..'
sys.path.append(PROJRELROOT)

View File

@@ -7,7 +7,7 @@
import os, shelve, sys
from os.path import *
PROJRELROOT = '../..'
PROJRELROOT = '../../..'
sys.path.append(PROJRELROOT)

View File

@@ -7,7 +7,7 @@
import os, shelve, sys
from os.path import *
PROJRELROOT = '../..'
PROJRELROOT = '../../..'
sys.path.append(PROJRELROOT)

View File

@@ -7,7 +7,7 @@
import os, shelve, sys
from os.path import *
PROJRELROOT = '../..'
PROJRELROOT = '../../..'
sys.path.append(PROJRELROOT)