Switch to unified view
a/rdpl2stream/fetchStream.py | b/rdpl2stream/fetchStream.py | ||
---|---|---|---|
1 | #!/usr/bin/env python3
|
1 | #!/usr/bin/python3 |
2 | from __future__ import print_function |
2 | from __future__ import print_function |
3 | 3 | ||
4 | import sys |
4 | import sys |
5 | import logging |
5 | import logging |
6 | 6 |