Revert "Building baremetal containers in build directory"

This reverts commit e2c2f1f2b1.

We need a cleaner solution
This commit is contained in:
Bahadir Balban
2009-11-20 14:42:33 +02:00
parent 4b225fadf4
commit 785bf340b4
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)