mirror of
https://github.com/gryf/mc_adbfs.git
synced 2025-12-18 12:00:19 +01:00
Removed unused elements
There was some items unused: - In readme there was misleading entry, unused `skip_dirs` option. - There was unused Exception class.
This commit is contained in:
8
adbfs
8
adbfs
@@ -34,14 +34,6 @@ def check_output(command_list, stderr=None):
|
||||
return result
|
||||
|
||||
|
||||
class NoBoxFoundException(OSError):
|
||||
"""
|
||||
Exception raised in case of not found either toolbox or busybox on remote
|
||||
filesystem accessed via adb
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class Conf(object):
|
||||
"""Simple config parser"""
|
||||
boxes = {'busybox': {'ls': 'busybox ls -anel',
|
||||
|
||||
Reference in New Issue
Block a user