Changeset 1912

Show
Ignore:
Timestamp:
03/24/06 04:56:03 (3 years ago)
Author:
lazaridis_com
Message:

#43, db evolve operates on current directory by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Schevo/trunk/schevo/script/db_evolve.py

    r1904 r1912  
    3333                 help='Use application in PATH.', 
    3434                 metavar='PATH', 
    35                  default=None 
     35                 default=os.getcwd() 
    3636                 ) 
    3737    p.add_option('-s', '--schema', dest='schema_path', 
    3838                 help='Use schema in PATH.', 
    3939                 metavar='PATH', 
    40                  default='schema'
     40                 default=None
    4141                 ) 
    4242    p.add_option('-c', '--icons', dest='icon_path',