Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 87bbde8

Browse files
committed
Fix: Update location of lp_common_lib.
1 parent 674eebc commit 87bbde8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/feedback.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@
2424
# Third-party imports
2525
# -------------------
2626
from gluon import current
27+
from runestone.lp.lp_common_lib import STUDENT_SOURCE_PATH, \
28+
code_here_comment, read_sphinx_config, BUILD_SYSTEM_PATH, get_sim_str_sim30
2729

2830
# Local imports
2931
# -------------
30-
from runestone.server.lp_common_lib import STUDENT_SOURCE_PATH, \
31-
code_here_comment, read_sphinx_config, BUILD_SYSTEM_PATH, get_sim_str_sim30
32+
# None.
3233

3334

3435
# Return ``(True, feedback)`` if feedback should be computed on the server,

0 commit comments

Comments
 (0)