Browse Source

Rename parser.py to srcparser.py to prevent naming conflicts with built-in Python parser library.

sbg
Stefan Rado 11 years ago
parent
commit
2e4c26c957
  1. 4
      Tools/px4params/px_process_params.py
  2. 0
      Tools/px4params/srcparser.py

4
Tools/px4params/px_process_params.py

@ -40,12 +40,12 @@ @@ -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()

0
Tools/px4params/parser.py → Tools/px4params/srcparser.py

Loading…
Cancel
Save