Rev 2 | Rev 37 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 33 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | #! /usr/bin/env python3.1 |
1 | #! /usr/bin/env python3 |
| 2 | import sys |
2 | import sys |
| 3 | import os.path |
3 | import os.path |
| 4 | 4 | ||
| 5 | # ============================================================================= |
5 | # ============================================================================= |
| 6 | # Functions |
6 | # Functions |