diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2018-05-09 21:08:51 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2018-05-09 21:08:51 -0400 |
commit | 4fd5f052b95361e142a6224cd0e9225f8c13e5bd (patch) | |
tree | 7bae7f73cbf7a1a07f766fd6a007587454227ac1 | |
parent | 0770b1f3958e2251ec44b18bed717ab116fe4e05 (diff) | |
download | GradeBook-4fd5f052b95361e142a6224cd0e9225f8c13e5bd.tar.gz GradeBook-4fd5f052b95361e142a6224cd0e9225f8c13e5bd.zip |
load json package
-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 |