Initial import to Tizen
[profile/ivi/python-twisted.git] / bin / tap2deb
1 #!/usr/bin/env python
2 # Copyright (c) Twisted Matrix Laboratories.
3 # See LICENSE for details.
4
5 """
6 tap2deb
7 """
8 import sys
9
10 try:
11     import _preamble
12 except ImportError:
13     sys.exc_clear()
14
15 from twisted.scripts import tap2deb
16 tap2deb.run()