Removing experimental server code

svn: r12863
This commit is contained in:
Doug Blank
2009-08-03 00:24:34 +00:00
parent d443e86fbc
commit 850253ca41
5 changed files with 1 additions and 607 deletions

View File

@ -168,10 +168,6 @@ def run():
#A GUI is needed, set it up
from gui.grampsgui import startgtkloop
startgtkloop(error, argpars)
elif argpars.server is not None:
# Server, no CLI
from cli.server import start_server
start_server(error, argpars)
else:
#CLI use of GRAMPS
argpars.print_help()