mirror of https://github.com/CGAL/cgal
Merge pull request #5329 from sloriot/Doc-no_advertisement_for_python2
Remove mentions to python2
This commit is contained in:
commit
4daf46b32f
|
|
@ -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!")
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python
|
||||
# coding: utf8
|
||||
|
||||
import re
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python
|
||||
# Copyright (c) 2012 GeometryFactory (France). All rights reserved.
|
||||
# All rights reserved.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python
|
||||
|
||||
import codecs
|
||||
import re
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python
|
||||
# Copyright (c) 2012 GeometryFactory (France). All rights reserved.
|
||||
# All rights reserved.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue