From 727b007bd3fed97181ea5cc99696c1388278c3f1 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Thu, 13 Jul 2017 11:23:45 +0200
Subject: [PATCH] fix file_handle.py path

---
 tests/file_handle_test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/file_handle_test.py b/tests/file_handle_test.py
index 4c3b552..72db254 100644
--- a/tests/file_handle_test.py
+++ b/tests/file_handle_test.py
@@ -6,7 +6,7 @@
 # laurent.modolo@ens-lyon.fr
 #
 # 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
 # abiding by the rules of distribution of free software.  You can  use,
@@ -38,7 +38,7 @@ import unittest
 import datetime
 import os
 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_list
 
-- 
GitLab