Changes between Version 12 and Version 13 of EggCookingTutorial/AdvancedEggCooking


Ignore:
Timestamp:
Mar 30, 2006, 11:04:22 PM (18 years ago)
Author:
anonymous
Comment:

moved the comma in the package_data

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorial/AdvancedEggCooking

    v12 v13  
    130130      version=VERSION,
    131131      packages=['helloworld'],
    132       package_data={'helloworld' : ['templates/*.cs',]}
     132      package_data={'helloworld' : ['templates/*.cs']},
    133133      entry_points={'trac.plugins': '%s = helloworld' % PACKAGE},
    134134)