Commit 06b86065 authored by Fred Drake's avatar Fred Drake

parent cf18ff56
...@@ -13,7 +13,10 @@ import os ...@@ -13,7 +13,10 @@ import os
os.environ['NO_SECURITY'] = 'true' os.environ['NO_SECURITY'] = 'true'
import sys, time import sys, time
import setpath
if __name__ == "__main__":
import setpath
from DocumentTemplate.DT_HTML import HTMLFile from DocumentTemplate.DT_HTML import HTMLFile
from HTMLTALParser import HTMLTALParser from HTMLTALParser import HTMLTALParser
from TALInterpreter import TALInterpreter from TALInterpreter import TALInterpreter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment