Skip to content

Commit c8555c3

Browse files
committed
fix test import
1 parent 281daee commit c8555c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/python/test_qgssipcoverage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
import os
1616
from qgis.testing import unittest
1717

18-
from utilities import printImportant, DoxygenParser
18+
from utilities import printImportant
19+
from doxygen_parser import DoxygenParser
1920

2021
from termcolor import colored
2122

0 commit comments

Comments
 (0)