removed goban.py, functionality is now in playgame.py.

This commit is contained in:
phear 2005-11-24 19:47:49 +00:00
parent 611d67ddaf
commit 0a6290d480

View file

@ -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
###############################################################################