comparison gamelib/main.py @ 1:c90a6586cd66

PEP8-ify skellington (because)
author Neil Muller <drnlmuller@gmail.com>
date Sun, 06 May 2012 10:32:24 +0200
parents d0de8832774b
children 9c4bf1f15431
comparison
equal deleted inserted replaced
0:d0de8832774b 1:c90a6586cd66
6 package. 6 package.
7 ''' 7 '''
8 8
9 import data 9 import data
10 10
11
11 def main(): 12 def main():
12 print "Hello from your game's main()" 13 print "Hello from your game's main()"
13 print data.load('sample.txt').read() 14 print data.load('sample.txt').read()