[svn r40753] Make MAX_COUNTER small enough. It's an obscure hack, but at least works
--HG-- branch : trunk
This commit is contained in:
parent
ae3e6b9bf0
commit
c2d010ad92
File diff suppressed because it is too large
Load Diff
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue