diff --git a/goban.py b/goban.py deleted file mode 100755 index 40658a4..0000000 --- a/goban.py +++ /dev/null @@ -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 - -############################################################################### - - - - - - - - - - - -