mirror of https://github.com/kivy/kivy.git
Merge branch 'master' of http://github.com/kivy/kivy
This commit is contained in:
commit
ef7f69070e
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue