summaryrefslogtreecommitdiff
path: root/src/python/test/test_cover_complex.py
diff options
context:
space:
mode:
authortlacombe <lacombe1993@gmail.com>2020-02-14 11:24:17 +0100
committertlacombe <lacombe1993@gmail.com>2020-02-14 11:24:17 +0100
commit5ad0b45a5b5387f49fe72843a74e96a346c6d6fe (patch)
tree69b389d16485c4b3e5187b14d312843b7e2dec93 /src/python/test/test_cover_complex.py
parent6a6bed7ca21c1ffcf6de9ed09c2a6512ecb66585 (diff)
parentbed30b19e57669c0b8ad385f1124586ed3499a2d (diff)
update from upstream/master and merge CMakeLists
Diffstat (limited to 'src/python/test/test_cover_complex.py')
-rwxr-xr-xsrc/python/test/test_cover_complex.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/test/test_cover_complex.py b/src/python/test/test_cover_complex.py
index 8cd12272..32bc5a26 100755
--- a/src/python/test/test_cover_complex.py
+++ b/src/python/test/test_cover_complex.py
@@ -1,5 +1,3 @@
-from gudhi import CoverComplex
-
""" This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
Author(s): Vincent Rouvreau
@@ -10,6 +8,8 @@ from gudhi import CoverComplex
- YYYY/MM Author: Description of the modification
"""
+from gudhi import CoverComplex
+
__author__ = "Vincent Rouvreau"
__copyright__ = "Copyright (C) 2018 Inria"
__license__ = "MIT"