Commit 6831ace4 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Add header

No related merge requests found
Showing with 20 additions and 6 deletions
+20 -6
#
# Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
#
# This file is part of Orfeo Toolbox
#
# https://www.orfeo-toolbox.org/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
import os.path import os.path
import requests import requests
import glob import glob
...@@ -48,12 +68,6 @@ class Handler: ...@@ -48,12 +68,6 @@ class Handler:
""" """
return return
def GetProject (self , build_dir ):
"""
Could not find the project name in the configure file.
"""
return
def GetName (self , build_dir = ""): def GetName (self , build_dir = ""):
""" """
This function is looking for the name information in the build tree This function is looking for the name information in the build tree
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment