mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
Rename parser.py to srcparser.py to prevent naming conflicts with built-in Python parser library.
This commit is contained in:
@@ -40,12 +40,12 @@
|
||||
#
|
||||
|
||||
import scanner
|
||||
import parser
|
||||
import srcparser
|
||||
import xmlout
|
||||
import dokuwikiout
|
||||
|
||||
# Initialize parser
|
||||
prs = parser.Parser()
|
||||
prs = srcparser.Parser()
|
||||
|
||||
# Scan directories, and parse the files
|
||||
sc = scanner.Scanner()
|
||||
|
||||
Reference in New Issue
Block a user