Renamed helpers into utils to remove conflicts
This commit is contained in:
@@ -6,7 +6,7 @@ from components.datagrid_new.components.DataGrid import DataGrid
|
||||
from components.hoildays.helpers.calendar_helper import CalendarHelper
|
||||
from components.hoildays.helpers.nibelisparser import OffPeriodDetails
|
||||
from components.repositories.constants import USERS_REPOSITORY_NAME, HOLIDAYS_TABLE_NAME
|
||||
from helpers.Datahelper import DataHelper
|
||||
from utils.Datahelper import DataHelper
|
||||
|
||||
|
||||
class HolidaysViewer(BaseComponent):
|
||||
|
||||
Reference in New Issue
Block a user