This commit is contained in:
akshayaurora 2014-08-03 19:11:38 +05:30
commit ef7f69070e
2 changed files with 2 additions and 2 deletions

View File

@ -48,5 +48,5 @@ For a list of authors, please see the file AUTHORS that accompanies the
Kivy source code distribution (next to LICENSE).
Kivy -- Copyright 2010-2013, The Kivy Authors. All rights reserved.
Kivy -- Copyright 2010-2014, The Kivy Authors. All rights reserved.

View File

@ -19,7 +19,7 @@ class ClockTestCase(unittest.TestCase):
from kivy.clock import Clock
global counter
counter = 0
Clock._events = {}
Clock._events = [[] for i in range(256)]
def test_schedule_once(self):
from kivy.clock import Clock