Remove commented out code.
This commit is contained in:
parent
de0e42240c
commit
1968f15895
3 changed files with 0 additions and 5 deletions
|
|
@ -173,10 +173,8 @@ import re
|
|||
import codecs
|
||||
import traceback
|
||||
import sys
|
||||
#from traceback import format_exc
|
||||
from django.conf import settings
|
||||
from evennia.utils import utils
|
||||
#from game import settings as settings_module
|
||||
|
||||
ENCODINGS = settings.ENCODINGS
|
||||
CODE_INFO_HEADER = re.compile(r"\(.*?\)")
|
||||
|
|
|
|||
|
|
@ -117,7 +117,6 @@ table string.
|
|||
from __future__ import print_function
|
||||
from builtins import object, range
|
||||
|
||||
#from textwrap import wrap
|
||||
from django.conf import settings
|
||||
from textwrap import TextWrapper
|
||||
from copy import deepcopy, copy
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@ from __future__ import absolute_import, division
|
|||
from builtins import object
|
||||
|
||||
import os, threading, gc, time
|
||||
#from twisted.internet import reactor
|
||||
#from twisted.internet.threads import blockingCallFromThread
|
||||
from weakref import WeakValueDictionary
|
||||
from twisted.internet.reactor import callFromThread
|
||||
from django.core.exceptions import ObjectDoesNotExist, FieldError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue