mirror of
https://github.com/drasko/codezero.git
synced 2026-01-28 10:43:14 +01:00
Building baremetal containers in build directory
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import os, shelve, sys
|
||||
from os.path import *
|
||||
|
||||
PROJRELROOT = '../..'
|
||||
PROJRELROOT = '../../..'
|
||||
|
||||
sys.path.append(PROJRELROOT)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
import os, shelve, sys
|
||||
from os.path import *
|
||||
|
||||
PROJRELROOT = '../..'
|
||||
PROJRELROOT = '../../..'
|
||||
|
||||
sys.path.append(PROJRELROOT)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
import os, shelve, sys
|
||||
from os.path import *
|
||||
|
||||
PROJRELROOT = '../..'
|
||||
PROJRELROOT = '../../..'
|
||||
|
||||
sys.path.append(PROJRELROOT)
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
import os, shelve, sys
|
||||
from os.path import *
|
||||
|
||||
PROJRELROOT = '../..'
|
||||
PROJRELROOT = '../../..'
|
||||
|
||||
sys.path.append(PROJRELROOT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user