~cboylan/+junk/foobar

« back to all changes in this revision

Viewing changes to src/boots.py

  • Committer: David Rosenbaum
  • Date: 2010-01-21 07:38:26 UTC
  • mfrom: (22.1.6 lingos)
  • Revision ID: davidjrosenbaum@launchpad.net-20100121073826-4nyqixttl96enepv
Merged in lingos (no conflicts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
1
2
# Boots Client
2
3
# www.launchpad.net/boots
3
4
# www.launchpad.net/drizzle
37
38
    console = Console(configuration)
38
39
    console.main()
39
40
    
40
 
if __name__=="__main__":
 
41
if __name__=='__main__':
41
42
    main()