diff options
| author | Frederik Gladhorn <[email protected]> | 2019-10-10 09:58:38 +0200 |
|---|---|---|
| committer | Frederik Gladhorn <[email protected]> | 2019-10-10 13:35:43 +0000 |
| commit | a5060e9f995de9d5a8f755a1837f0200e464e4af (patch) | |
| tree | 80d4e5d4e94e525922d782e2df3f30a83d5e6773 /util/cmake/tests/test_parsing.py | |
| parent | 2659d31d936bac6383e3e87fecd5179d2b4bc9ad (diff) | |
cmake scripts: move parser into separate file
The code is nicely separated between parsing and processing. Splitting
that into two files makes it easier to follow which function belongs to
which part.
Change-Id: I576b8613b0d05b2dae3f9c6fa65d9ed5b582a0f7
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'util/cmake/tests/test_parsing.py')
| -rwxr-xr-x | util/cmake/tests/test_parsing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/tests/test_parsing.py b/util/cmake/tests/test_parsing.py index 4019836ae18..95653dc39d8 100755 --- a/util/cmake/tests/test_parsing.py +++ b/util/cmake/tests/test_parsing.py @@ -28,7 +28,7 @@ ############################################################################# import os -from pro2cmake import QmakeParser +from qmake_parser import QmakeParser _tests_path = os.path.dirname(os.path.abspath(__file__)) |
