removed goban.py, functionality is now in playgame.py.
This commit is contained in:
parent
611d67ddaf
commit
0a6290d480
1 changed files with 0 additions and 22 deletions
22
goban.py
22
goban.py
|
@ -1,22 +0,0 @@
|
||||||
#!/usr/bin/python
|
|
||||||
|
|
||||||
DEBUG = 1
|
|
||||||
|
|
||||||
import sys,string
|
|
||||||
import helper,gnugo,database
|
|
||||||
from cherrypy import cpg
|
|
||||||
from cherrypy.lib import httptools
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue