openmedialibrary_platform/Linux_x86_64/bin/pyhtmlizer
2014-05-17 20:03:47 +02:00

12 lines
216 B
Python
Executable file

#!/usr/bin/python
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
import sys
try:
import _preamble
except ImportError:
sys.exc_clear()
from twisted.scripts.htmlizer import run
run()