[svn r40753] Make MAX_COUNTER small enough. It's an obscure hack, but at least works

--HG--
branch : trunk
This commit is contained in:
fijal 2007-03-19 11:43:49 +01:00
parent ae3e6b9bf0
commit c2d010ad92
2 changed files with 2487 additions and 2487 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ counters = {}
max_items = {}
short_item_names = {}
MAX_COUNTER = 50 # Maximal size of one-line table
MAX_COUNTER = 30 # Maximal size of one-line table
class Globals(object):
def __init__(self):