summaryrefslogtreecommitdiff
path: root/mpv.py
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2017-07-13 00:40:06 +0200
committerjaseg <code@jaseg.net>2017-07-13 00:40:31 +0200
commit121575f8149d13bffebd6bc3199b576a15c081a1 (patch)
tree6ba2b1046835d19fd2db90c9d2ad063c64eae769 /mpv.py
parente52a9545f7e14e0eda5e78d6bb255f019cab4f87 (diff)
downloadpython-mpv-121575f8149d13bffebd6bc3199b576a15c081a1.tar.gz
python-mpv-121575f8149d13bffebd6bc3199b576a15c081a1.tar.bz2
python-mpv-121575f8149d13bffebd6bc3199b576a15c081a1.zip
Remove debug hack accidentially left in the code
Diffstat (limited to 'mpv.py')
-rw-r--r--mpv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv.py b/mpv.py
index d76f9a3..6cbb31d 100644
--- a/mpv.py
+++ b/mpv.py
@@ -46,7 +46,7 @@ else:
"mpv-devel or mpv-libs package. If you have libmpv around but this script can't find it, maybe consult "
"the documentation for ctypes.util.find_library which this script uses to look up the library "
"filename.")
- backend = CDLL(sofile) #'/home/user/mpv/build/libmpv.so')
+ backend = CDLL(sofile)
fs_enc = sys.getfilesystemencoding()