27.1.1
by AJ00200
Fixed some minor errors. The code is now ready for use with pydoc. |
1 |
'''Global variable storage'''
|
24.1.1
by AJ00200
Basic crypto outline. Also updated TODO file. |
2 |
|
23
by pharno
load config file from ~/vomun/config.json. |
3 |
global_vars = { |
22
by AJ00200
Made some small changed and enhanced readability (PEP8) |
4 |
'running': True, |
5 |
'anon+': { |
|
161.1.1
by AJ00200
v0.2.0 - build #5 - New JSON API |
6 |
'VERSION': 'v0.2.0', |
7 |
'BUILD': 5, |
|
22
by AJ00200
Made some small changed and enhanced readability (PEP8) |
8 |
}
|
9 |
}
|
|
10 |
||
11 |
global_vars['anon+']['banner'] = ''' |
|
12 |
======================
|
|
13 |
= Anon+ %s |
|
14 |
= Build: %s |
|
15 |
======================
|
|
27.1.1
by AJ00200
Fixed some minor errors. The code is now ready for use with pydoc. |
16 |
'''
|