openmedialibrary_platform/Linux_x86_64/bin/manhole

17 lines
286 B
Text
Raw Normal View History

2013-10-11 17:28:32 +00:00
#!/usr/bin/python
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
"""
This script runs GtkManhole, a client for Twisted.Manhole
"""
import sys
try:
import _preamble
except ImportError:
sys.exc_clear()
from twisted.scripts import manhole
manhole.run()