diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2018-05-09 21:04:20 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2018-05-09 21:04:20 -0400 |
commit | 0770b1f3958e2251ec44b18bed717ab116fe4e05 (patch) | |
tree | 9705c772a3b7a57e7e937209705281db38372ca6 | |
parent | f8608d8e15455b7e1db9d38f7570886b90fb5597 (diff) | |
download | GradeBook-0770b1f3958e2251ec44b18bed717ab116fe4e05.tar.gz GradeBook-0770b1f3958e2251ec44b18bed717ab116fe4e05.zip |
added missing json package
-rwxr-xr-x | passwd_db.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passwd_db.tcl b/passwd_db.tcl index c56f7b4..5c80c5b 100755 --- a/passwd_db.tcl +++ b/passwd_db.tcl @@ -8,6 +8,7 @@ exec tclsh "$0" "$@" package require sqlite3 package require md5 +package require json::write source ./GradeBook_lib.tcl if { $argc < 3 } { |