Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mymi14s authored Nov 8, 2023
1 parent e2e3246 commit 384731c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion one_lms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
__version__ = '14.0.1'
from lms.lms import utils
from one_lms.overrides.utils import get_lesson_details as custom_gld,set_template_path_
from lms.www.batch import learn
from frappe.website.page_renderers.template_page import TemplatePage
from one_lms.www.batch.learn import get_context

__version__ = '14.0.1'

utils.get_lesson_details = custom_gld
TemplatePage.set_template_path = set_template_path_
learn.get_context = get_context

0 comments on commit 384731c

Please sign in to comment.