~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/libs/globals.py

  • Committer: AJ00200
  • Date: 2011-11-25 21:51:13 UTC
  • mfrom: (161.1.1)
  • Revision ID: git-v1:073014d0b3140afbc0bb2f05ef5efd2d655bbd00
Merge branch 'master' into storage

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
global_vars = {
4
4
    'running': True,
5
5
    'anon+': {
6
 
        'VERSION': 'v0.1.0',
7
 
        'BUILD': 4,
 
6
        'VERSION': 'v0.2.0',
 
7
        'BUILD': 5,
8
8
    }
9
9
}
10
10