Changeset 12440 for trunk


Ignore:
Timestamp:
01/28/11 13:16:46 (13 years ago)
Author:
ramonb
Message:

cmt.py:

  • make stores a global variable in the context
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/cmt.py

    r12435 r12440  
    1 #!/usr/bin/python
     1#!/usr/bin/python2.6
    22
    33#####
     
    307307        template_data['svn_url'] = '$URL:$'
    308308        template_data['input'] = fullpath
     309        template_data['stores'] = { }
    309310
    310311        c = Context(template_data)
Note: See TracChangeset for help on using the changeset viewer.