diff --git a/.gitignore b/.gitignore index db4561e..1efe652 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,11 @@ docs/_build/ # PyBuilder target/ + +# GGPOSRV +ggposrv.log +ggposrv.pid + +# SQLite3 DB +db/* + diff --git a/ggposrv.py b/ggposrv.py index 397894f..670da52 100755 --- a/ggposrv.py +++ b/ggposrv.py @@ -38,7 +38,6 @@ import sys import optparse import logging -import ConfigParser import os import SocketServer import socket