From 4e3740db20bdcf58a54060e38912599c7246753f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 12 Aug 2012 23:04:05 +0530 Subject: [PATCH] ... --- src/calibre/devices/mtp/windows/remote.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/mtp/windows/remote.py b/src/calibre/devices/mtp/windows/remote.py index 7238110532..cc35e36e64 100644 --- a/src/calibre/devices/mtp/windows/remote.py +++ b/src/calibre/devices/mtp/windows/remote.py @@ -78,6 +78,6 @@ def test(): print (list(get_subkeys(dev))) if __name__ == '__main__': - # main() - winutil() + main() + # winutil()