Skip to content

Commit

Permalink
fix issue ECLK#842
Browse files Browse the repository at this point in the history
  • Loading branch information
umayangag committed Dec 7, 2020
1 parent bd3e602 commit 766b263
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
ExtendedTallySheet_PCE_CE_RO_V2
from ext.ExtendedElection.ExtendedElectionProvincialCouncilElection2021.ExtendedTallySheet.ExtendedTallySheet_PCE_R2 import \
ExtendedTallySheet_PCE_R2
from ext.ExtendedElection.ExtendedElectionProvincialCouncilElection2021.ExtendedTallySheet.ExtendedTallySheet_PCE_PC_BS_1 import \
ExtendedTallySheet_PCE_PC_BS_1
from ext.ExtendedElection.ExtendedElectionProvincialCouncilElection2021.ExtendedTallySheet.ExtendedTallySheet_PCE_PC_BS_2 import \
ExtendedTallySheet_PCE_PC_BS_2
from ext.ExtendedElection.ExtendedElectionProvincialCouncilElection2021.ExtendedTallySheet.ExtendedTallySheet_PCE_PC_CD import \
ExtendedTallySheet_PCE_PC_CD
from ext.ExtendedElection.ExtendedElectionProvincialCouncilElection2021.ExtendedTallySheet.ExtendedTallySheet_PCE_PC_SA_1 import \
ExtendedTallySheet_PCE_PC_SA_1
from ext.ExtendedElection.ExtendedElectionProvincialCouncilElection2021.ExtendedTallySheet.ExtendedTallySheet_PCE_PC_SA_2 import \
ExtendedTallySheet_PCE_PC_SA_2
from ext.ExtendedElection.ExtendedElectionProvincialCouncilElection2021.ExtendedTallySheet.ExtendedTallySheet_PCE_PC_V import \
ExtendedTallySheet_PCE_PC_V
from ext.ExtendedElection.ExtendedElectionProvincialCouncilElection2021.ExtendedTallySheet.ExtendedTallySheet_PCE_PD_V import \
ExtendedTallySheet_PCE_PD_V
from ext.ExtendedElection.ExtendedElectionProvincialCouncilElection2021.TALLY_SHEET_CODES import CE_201, CE_201_PV, \
PCE_31, PCE_34, PCE_35, PCE_42, PCE_CE_CO_PR_1, PCE_CE_CO_PR_2, PCE_CE_CO_PR_3, PCE_CE_CO_PR_4, PCE_CE_RO_PR_1, \
PCE_CE_RO_PR_2, PCE_CE_RO_PR_3, PCE_CE_RO_V1, PCE_CE_RO_V2, PCE_R1, PCE_R1_PV, PCE_R2, PCE_PD_V, PCE_PC_V, \
Expand All @@ -44,6 +58,13 @@ def get_extended_tally_sheet_class(election, templateName, electionClass):
PCE_CE_RO_PR_3: ExtendedTallySheet_PCE_CE_RO_PR_3,
PCE_CE_RO_V1: ExtendedTallySheet_PCE_CE_RO_V1,
PCE_CE_RO_V2: ExtendedTallySheet_PCE_CE_RO_V2,
PCE_PC_BS_1: ExtendedTallySheet_PCE_PC_BS_1,
PCE_PC_BS_2: ExtendedTallySheet_PCE_PC_BS_2,
PCE_PC_CD: ExtendedTallySheet_PCE_PC_CD,
PCE_PC_SA_1: ExtendedTallySheet_PCE_PC_SA_1,
PCE_PC_SA_2: ExtendedTallySheet_PCE_PC_SA_2,
PCE_PC_V: ExtendedTallySheet_PCE_PC_V,
PCE_PD_V: ExtendedTallySheet_PCE_PD_V,
PCE_R2: ExtendedTallySheet_PCE_R2,
}

Expand Down

0 comments on commit 766b263

Please sign in to comment.