Skip to content
Snippets Groups Projects
Commit 727b007b authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fix file_handle.py path

parent 08f89a9a
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# laurent.modolo@ens-lyon.fr # laurent.modolo@ens-lyon.fr
# #
# This software is a computer program whose purpose is to test the # This software is a computer program whose purpose is to test the
# src/func/file_handle.py program of this project # src/file_handle.py program of this project
# #
# This software is governed by the CeCILL license under French law and # This software is governed by the CeCILL license under French law and
# abiding by the rules of distribution of free software. You can use, # abiding by the rules of distribution of free software. You can use,
...@@ -38,7 +38,7 @@ import unittest ...@@ -38,7 +38,7 @@ import unittest
import datetime import datetime
import os import os
import sys import sys
sys.path.append(os.path.abspath("src/func/")) sys.path.append(os.path.abspath("src/"))
from file_handle import Dated_file from file_handle import Dated_file
from file_handle import Dated_file_list from file_handle import Dated_file_list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment