[libdmapsharing] Remove commented-out lines from testpython.py
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Remove commented-out lines from testpython.py
- Date: Sun, 12 Nov 2017 23:30:14 +0000 (UTC)
commit 7834aca976a0e16dc3ccf1208c65eb17163d3e24
Author: W. Michael Petullo <mike flyn org>
Date: Sun Nov 12 18:07:06 2017 -0500
Remove commented-out lines from testpython.py
Signed-off-by: W. Michael Petullo <mike flyn org>
tests/testpython.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/testpython.py b/tests/testpython.py
index 6a89e73..768476f 100644
--- a/tests/testpython.py
+++ b/tests/testpython.py
@@ -51,9 +51,7 @@ class PyDAAPRecord(GObject.GObject, DAAP.Record, DMAP.Record):
bitrate = GObject.property(type=GObject.TYPE_INT, default=0)
has_video = GObject.property(type=GObject.TYPE_BOOLEAN, default=0)
mediakind = GObject.property(type=GObject.TYPE_INT, default=0)
- # mediakind = GObject.property(type=DMAP.MediaKind , default=0)
songalbumid = GObject.property(type=GObject.TYPE_INT64, default=0)
- # hash = GObject.property(type=GObject.TYPE_POINTER, default=None)
hash = GObject.property(type=GLib.ByteArray, default=None)
def __init__(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]