Fixed merge conflict on imports
This commit is contained in:
parent
4ea39b4333
commit
acd2df6112
@ -1,22 +1,14 @@
|
|||||||
import typer
|
import typer
|
||||||
import os
|
import os
|
||||||
<<<<<<< HEAD
|
|
||||||
from re import split
|
from re import split
|
||||||
from project_man import findProjectFile, getLibraryInProject, initProjectFile, addLibraryInProject, removeLibraryInProject, getLibrariesPresent
|
from project_man import findProjectFile, getLibraryInProject, initProjectFile, addLibraryInProject, removeLibraryInProject, getLibrariesPresent, findProjectRoot, getProjectDict, getLibrariesInProject, findProjectFile, getLibraryInProject, getSourceFilesWithLib, initProjectFile, addLibraryInProject, removeLibraryInProject, getLibrariesPresent
|
||||||
=======
|
|
||||||
from project_man import findProjectRoot, getProjectDict, getLibrariesInProject, findProjectFile, getLibraryInProject, getSourceFilesWithLib, initProjectFile, addLibraryInProject, removeLibraryInProject, getLibrariesPresent
|
|
||||||
>>>>>>> 8bf7864 (Added library support for nxp_script)
|
|
||||||
import elab as elaborate
|
import elab as elaborate
|
||||||
import build_env
|
import build_env
|
||||||
from typing import List, Optional
|
from typing import List, Optional
|
||||||
from typing_extensions import Annotated
|
from typing_extensions import Annotated
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
gantry_install_path = "/home/thesis1/repos/gantry/src"
|
|
||||||
=======
|
|
||||||
gantry_install_path = "/home/thesis2/gantry/src"
|
gantry_install_path = "/home/thesis2/gantry/src"
|
||||||
>>>>>>> 8bf7864 (Added library support for nxp_script)
|
|
||||||
|
|
||||||
app = typer.Typer()
|
app = typer.Typer()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user