[vlc-commits] commit: python-vlc: missing variable initialization (Jean Brouwers )
git at videolan.org
git at videolan.org
Wed Dec 15 18:50:13 CET 2010
vlc/python | branch: master | Jean Brouwers <MrJean1 at Gmail.com> | Wed Dec 15 09:40:02 2010 -0800| [eb94f1d95ca7c747f107fa9f2f183316067ec768] | committer: Olivier Aubert
python-vlc: missing variable initialization
Signed-off-by: Olivier Aubert <olivier.aubert at liris.cnrs.fr>
> http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=eb94f1d95ca7c747f107fa9f2f183316067ec768
---
override.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/override.py b/override.py
index ea18988..ee54960 100644
--- a/override.py
+++ b/override.py
@@ -284,6 +284,7 @@ class EventManager:
@note: Only a single notification can be registered
for each event type in an EventManager instance.
"""
+ _callback_handler = None
_callbacks = {}
def __new__(cls, ptr=None):
More information about the vlc-commits
mailing list