Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mathieui
poezio
Commits
4fd6fb32
Commit
4fd6fb32
authored
Nov 05, 2014
by
louiz’
Browse files
Remove DelayedEvent.repetive (sic) member which is not used
parent
b6cb6a3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timed_events.py
View file @
4fd6fb32
...
...
@@ -35,7 +35,6 @@ class DelayedEvent(object):
"""
self
.
callback
=
callback
self
.
args
=
args
self
.
repetive
=
False
self
.
delay
=
delay
# An asyncio handler, as returned by call_later() or call_at()
self
.
handler
=
None
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment