summaryrefslogtreecommitdiff
path: root/viewhtml
diff options
context:
space:
mode:
Diffstat (limited to 'viewhtml')
-rwxr-xr-xviewhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewhtml b/viewhtml
index 7a03591..1e581ec 100755
--- a/viewhtml
+++ b/viewhtml
@@ -1,6 +1,8 @@
#!/usr/bin/env tclsh
package require tclgumbo
package require Tk
+package require tksvg
+package require Img
# TODO: This is still ugly, refactor into functions and namespaces?