annotate scripts/suspended.py @ 563:18396b937647 pyntnclick

Added ignores. Apparently bzr does not allow this locally for a specific repo.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 11 Feb 2012 15:22:16 +0200
parents f15c4f7c24e6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
186
f15c4f7c24e6 Windows builder (works under Wine).
Simon Cross <simon@simonx>
parents:
diff changeset
1 #! /usr/bin/env python
f15c4f7c24e6 Windows builder (works under Wine).
Simon Cross <simon@simonx>
parents:
diff changeset
2 # testconsole.py
f15c4f7c24e6 Windows builder (works under Wine).
Simon Cross <simon@simonx>
parents:
diff changeset
3 # Copyright Boomslang team, 2010 (see COPYING File)
f15c4f7c24e6 Windows builder (works under Wine).
Simon Cross <simon@simonx>
parents:
diff changeset
4
f15c4f7c24e6 Windows builder (works under Wine).
Simon Cross <simon@simonx>
parents:
diff changeset
5 from gamelib import main
f15c4f7c24e6 Windows builder (works under Wine).
Simon Cross <simon@simonx>
parents:
diff changeset
6 main.main()