diff options
Diffstat (limited to 'viewhtml')
-rwxr-xr-x | viewhtml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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? |