comparison visualize.py @ 144:221c340f5efd

Rename run_visualization.py to visualize.py to stop it getting in the way of tab-completing run_game.py.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 11 May 2012 10:15:40 +0200
parents run_visualization.py@b27b4dede626
children
comparison
equal deleted inserted replaced
143:821ecb98e888 144:221c340f5efd
1 #! /usr/bin/env python
2 '''
3 Requires graphviz, pygraphviz, and networkx
4 '''
5
6
7 from gamelib import visualize
8 visualize.main()