Show
Ignore:
Timestamp:
2009年08月23日 15时40分34秒 (3 years ago)
Author:
jiangx
Message:

Fixed #28: downgrade pylons framework from 0.9.7 to 0.9.6.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.2.1.x/pysvnmanager/websetup.py

    r55 r96  
    3030log = logging.getLogger(__name__) 
    3131 
    32 def setup_app(command, conf, vars): 
     32def setup_config(command, filename, section, vars): 
    3333    """Place any commands to setup pysvnmanager here""" 
     34    conf = appconfig('config:' + filename) 
    3435    load_environment(conf.global_conf, conf.local_conf) 
    3536