jbellomy / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

New: utility to generate separate index file like in plugin #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is useful for usage in version control system.
file is written as bots/botssys/index.py

A plugin index contains python dicts, an python dicts do not have a guaranteed 
ordering.
This is problematic in a version control system.
So in an index file:
- each dict starts with 'plugintype'
- rest of the dict is sorted alphabetically

Original issue reported on code.google.com by hjebb...@gmail.com on 3 Jul 2012 at 7:24

GoogleCodeExporter commented 9 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:45