~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/vomun.py

  • Committer: AJ00200
  • Date: 2011-09-25 15:56:19 UTC
  • Revision ID: git-v1:34f8543d2599d1a725a5def2bae9e9cb449c9ddb
Basic file structure and some code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /usr/bin/env python
 
2
VERSION = 'v0.0.0b0pre'
 
3
BUILD = 0
 
4
print('''
 
5
======================
 
6
= Anon+ %s
 
7
= Build: %s
 
8
======================
 
9
''' % (VERSION, BUILD))