Switch to unified view
a/scripts/sdeftoc.py | b/scripts/sdeftoc.py | ||
---|---|---|---|
1 | #!/usr/bin/env python |
1 | #!/usr/bin/env python |
2 | from __future__ import print_function |
2 | from __future__ import print_function |
3 | 3 | ||
4 | '''Turn UPnP service defintion XML file into a C++ skeleton based |
4 | '''Turn a UPnP service definition XML file into a C++ device-side |
5 | on libupnpp''' |
5 | service skeleton based on libupnpp''' |
6 | 6 | ||
7 | import sys |
7 | import sys |
8 | import os |
8 | import os |
9 | import xml.sax.handler |
9 | import xml.sax.handler |
10 | 10 |