mirror of
https://github.com/gryf/mc_adbfs.git
synced 2025-12-19 20:38:00 +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:
@@ -66,7 +66,6 @@ You can configure behaviour of this plugin using ``.ini`` file located under
|
|||||||
|
|
||||||
[adbfs]
|
[adbfs]
|
||||||
debug = false
|
debug = false
|
||||||
skip_dirs = true
|
|
||||||
dirs_to_skip = ["acct", "charger", "d", "dev", "proc", "sys"]
|
dirs_to_skip = ["acct", "charger", "d", "dev", "proc", "sys"]
|
||||||
suppress_colors = false
|
suppress_colors = false
|
||||||
root =
|
root =
|
||||||
|
|||||||
8
adbfs
8
adbfs
@@ -34,14 +34,6 @@ def check_output(command_list, stderr=None):
|
|||||||
return result
|
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):
|
class Conf(object):
|
||||||
"""Simple config parser"""
|
"""Simple config parser"""
|
||||||
boxes = {'busybox': {'ls': 'busybox ls -anel',
|
boxes = {'busybox': {'ls': 'busybox ls -anel',
|
||||||
|
|||||||
Reference in New Issue
Block a user