3 Implements the Distutils 'x' command.
6 # created 2000/mm/dd, John Doe
10 from distutils.core import Command
15 # Brief (40-50 characters) description of the command
18 # List of option tuples: long name, short name (None if no short
19 # name), and help string.
20 user_options = [('', '',
25 def initialize_options (self):
30 # initialize_options()
33 def finalize_options (self):