Révision 7063330e
Fix python style issues reported by flake8
Additionally some python2-only "print" statements are now compatible
with python3.
| plugins/sphinx/sphindex_ | ||
|---|---|---|
| 42 | 42 |
|
| 43 | 43 |
|
| 44 | 44 |
prog_name = sys.argv[0] |
| 45 |
index_name = prog_name[prog_name.find("_")+1:]
|
|
| 45 |
index_name = prog_name[prog_name.find("_") + 1:]
|
|
| 46 | 46 |
|
| 47 | 47 |
if len(sys.argv) == 2 and sys.argv[1] == "autoconf": |
| 48 | 48 |
print("yes")
|
Formats disponibles : Unified diff