K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / lib / python2.7 / distutils / command /
server ip : 104.21.89.46

your ip : 172.70.80.135

H O M E


Filename/usr/lib/python2.7/distutils/command/command_template
Size719
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:53
Last modified23-Mar-2014 07:55
Last accessed06-Jul-2025 07:55
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
"""distutils.command.x

Implements the Distutils 'x' command.
"""

# created 2000/mm/dd, John Doe

__revision__ = "$Id$"

from distutils.core import Command


class x (Command):

# Brief (40-50 characters) description of the command
description = ""

# List of option tuples: long name, short name (None if no short
# name), and help string.
user_options = [('', '',
""),
]


def initialize_options (self):
self. = None
self. = None
self. = None

# initialize_options()


def finalize_options (self):
if self.x is None:
self.x =

# finalize_options()


def run (self):


# run()

# class x