D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
bin
/
X11
/
Filename :
tap2deb
back
Copy
#! /usr/bin/python # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ tap2deb """ import sys try: __import__('_preamble') except ImportError: sys.exc_clear() from twisted.scripts import tap2deb tap2deb.run()