diff options
-rwxr-xr-x | test_weight_calc.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_weight_calc.tcl b/test_weight_calc.tcl index a131022..39e1def 100755 --- a/test_weight_calc.tcl +++ b/test_weight_calc.tcl @@ -5,6 +5,7 @@ exec tclsh "$0" "$@" package require sqlite3 package require md5 +package require json::write source ./profiler.tcl source ./GradeBook_lib.tcl |