Merge pull request #5329 from sloriot/Doc-no_advertisement_for_python2

Remove mentions to python2
This commit is contained in:
Laurent Rineau 2021-03-10 11:53:14 +01:00
commit 4daf46b32f
5 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ else()
endif()
find_package(Doxygen)
find_package(PythonInterp 2.6.7)
find_package(PythonInterp)
if(NOT DOXYGEN_FOUND)
message(WARNING "Cannot build the documentation without Doxygen!")

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# coding: utf8
import re

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# Copyright (c) 2012 GeometryFactory (France). All rights reserved.
# All rights reserved.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import codecs
import re

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# Copyright (c) 2012 GeometryFactory (France). All rights reserved.
# All rights reserved.
#