Projet

Général

Profil

Révision 7063330e

ID7063330e031922c63012990543e917a5d85cd25d
Parent 73f885e3
Enfant 86bee016

Ajouté par Lars Kruse il y a presque 6 ans

Fix python style issues reported by flake8

Additionally some python2-only "print" statements are now compatible
with python3.

Voir les différences:

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