Remove unneeded constants

This commit is contained in:
Matt Martz 2016-05-16 16:57:59 -05:00
parent 2a4990c96c
commit 9ccce5d861
1 changed files with 0 additions and 4 deletions

View File

@ -53,10 +53,6 @@ DEBUG = False
# Used for bound_interface
SOCKET_SOCKET = socket.socket
PY2 = sys.version_info[0] == 2
PY3 = sys.version_info[0] == 3
PY34 = sys.version_info[0:2] >= (3, 4)
# Begin import game to handle Python 2 and Python 3
try:
import json