diff options
author | jaseg <code@jaseg.net> | 2017-07-13 00:40:06 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2017-07-13 00:40:31 +0200 |
commit | 121575f8149d13bffebd6bc3199b576a15c081a1 (patch) | |
tree | 6ba2b1046835d19fd2db90c9d2ad063c64eae769 /mpv.py | |
parent | e52a9545f7e14e0eda5e78d6bb255f019cab4f87 (diff) | |
download | python-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |