openmedialibrary_platform/Linux_i686/bin/tapconvert

13 lines
218 B
Text
Raw Normal View History

2014-05-17 18:11:40 +00:00
#!/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.tapconvert import run
run()