From 43688ebbb0860c1fdd9a163dbe52a06d07857917 Mon Sep 17 00:00:00 2001 From: Christophe Boulanger Date: Wed, 14 Mar 2018 11:30:19 +0100 Subject: [PATCH] Setup : Correct lisrue to extra_fees. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f81c63..c5a8915 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ class compile_translations(Command): def run(self): try: from django.core.management import call_command - for path, dirs, files in os.walk('passerelle_imio_liege_lisrue'): + for path, dirs, files in os.walk('passerelle_imio_extra_fees'): if 'locale' not in dirs: continue curdir = os.getcwd()