Remove unused lines

This commit is contained in:
flan
2017-10-28 18:14:05 +02:00
parent 4a9ee4d40c
commit 48cfa9a029
4 changed files with 1 additions and 25 deletions

View File

@@ -1,15 +1,2 @@
import sys
sys.path.insert(0, "/usr/share/anki")
#def server_runner(app, global_conf, **kw):
# """ Special version of paste.httpserver.server_runner which calls
# AnkiServer.thread.shutdown() on server exit."""
#
# from paste.httpserver import server_runner as paste_server_runner
# from AnkiServer.thread import shutdown
# try:
# paste_server_runner(app, global_conf, **kw)
# finally:
# shutdown()
#