From f9ff0b8899ece29e55ec497a2b36e8cdad8468fd Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 18 Sep 2014 21:07:32 +0200 Subject: [PATCH] [DEBUG] remove lutinBase.py that is deprecated --- lutinBase.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 lutinBase.py diff --git a/lutinBase.py b/lutinBase.py deleted file mode 100755 index 66fc5f2..0000000 --- a/lutinBase.py +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/python -import lutinModule -import lutinTools - -lutinModule.import_path(lutinTools.get_current_path(__file__) + "/sources/") -lutinModule.import_path(lutinTools.get_current_path(__file__) + "/../ewol/")