aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2018-05-09 21:04:20 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2018-05-09 21:04:20 -0400
commit0770b1f3958e2251ec44b18bed717ab116fe4e05 (patch)
tree9705c772a3b7a57e7e937209705281db38372ca6
parentf8608d8e15455b7e1db9d38f7570886b90fb5597 (diff)
downloadGradeBook-0770b1f3958e2251ec44b18bed717ab116fe4e05.tar.gz
GradeBook-0770b1f3958e2251ec44b18bed717ab116fe4e05.zip
added missing json package
-rwxr-xr-xpasswd_db.tcl1
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 } {