Skip to content

Commit

Permalink
Remove decompostion
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Sep 27, 2024
1 parent 510f66a commit 30b4b5f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions openfisca_tunisia/tunisia_taxbenefitsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

from openfisca_core.taxbenefitsystems import TaxBenefitSystem
from openfisca_tunisia import decompositions, entities, scenarios
from openfisca_tunisia import entities, scenarios


COUNTRY_DIR = os.path.dirname(os.path.abspath(__file__))
Expand All @@ -12,9 +12,7 @@

class TunisiaTaxBenefitSystem(TaxBenefitSystem):
"""Tunisian tax benefit system"""
CURRENCY = "DT"
DECOMP_DIR = os.path.dirname(os.path.abspath(decompositions.__file__))
DEFAULT_DECOMP_FILE = decompositions.DEFAULT_DECOMP_FILE
CURRENCY = "DT" # code iso is TND see https://fr.wikipedia.org/wiki/Dinar_tunisien
REFORMS_DIR = os.path.join(COUNTRY_DIR, 'reformes')
REV_TYP = None

Expand Down

0 comments on commit 30b4b5f

Please sign in to comment.