• Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 112 for Xml/xsd-fu/trunk/generateDS/generateDS.py

Show
Ignore:
Timestamp:
10/12/07 11:46:27 (15 months ago)
Author:
callan
Message:

Synchronized with generateDS.py version 1.11a.

Files:
1 modified

  • Xml/xsd-fu/trunk/generateDS/generateDS.py (modified) (3 diffs)

Legend:

Unmodified
Added
Removed
  • Xml/xsd-fu/trunk/generateDS/generateDS.py

    r111 r112  
    99    python generateDS.py [ options ] - 
    1010Options: 
     11    -h, --help               Display this help information. 
    1112    -o <outfilename>         Output file name for data representation classes 
    1213    -s <subclassfilename>    Output file name for subclasses 
    … …  
    36903691        UserMethodsPath 
    36913692    args = sys.argv[1:] 
    3692     options, args = getopt.getopt(args, 'fyo:s:p:a:b:mu:', 
    3693         ['subclass-suffix=', 'root-element=', 'super=', 
     3693    options, args = getopt.getopt(args, 'hfyo:s:p:a:b:mu:', 
     3694        ['help', 'subclass-suffix=', 'root-element=', 'super=', 
    36943695        'validator-bodies=', 'use-old-getter-setter', 
    36953696        'user-methods=', 
    … …  
    37023703    superModule = '???' 
    37033704    for option in options: 
    3704         if option[0] == '-p': 
     3705        if option[0] == '-h' or option[0] == '--help': 
     3706            usage() 
     3707        elif option[0] == '-p': 
    37053708            prefix = option[1] 
    37063709        elif option[0] == '-o': 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/