Skip to content

Commit 0fa9335

Browse files
committed
HW6: check for packages using AST
1 parent b4c37ab commit 0fa9335

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

extras/scripts/hw_6_check.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
import shlex
1111
import subprocess
1212
import sys
13-
from nb_helper import *
13+
14+
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
15+
from nb_helper import read_notebook, notebook_to_script
1416

1517
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
1618
from nb_helper import read_notebook, notebook_to_script

0 commit comments

Comments
 (0)