~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/vomun.py

  • Committer: AJ00200
  • Date: 2011-11-06 23:55:38 UTC
  • mfrom: (89.1.2)
  • Revision ID: git-v1:41af13e0b421f92dc64c5e823959ff895f9cf4b3
Merge branch 'master' of github.com:aj00200/vomun

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
''')
31
31
if os1 == 'Windows':
32
32
        os.system("start http://localhost:7777/")
 
33
if os1 == 'Darwin':
 
34
        os.system('safari http://macgpg.sourceforge.net/')
33
35
else:
34
36
        os.system("firefox http://localhost:7777/")
35
37