Switch to unified view
a/web/scweb-standalone.py | b/web/scweb-standalone.py | ||
---|---|---|---|
1 | #!/usr/bin/env python3
|
1 | #!/usr/bin/python3 |
2 | import os |
2 | import os |
3 | import argparse |
3 | import argparse |
4 | import scweb |
4 | import scweb |
5 | 5 | ||
6 | # handle command-line arguments |
6 | # handle command-line arguments |