diff options
-rw-r--r-- | ranger/container/tags.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/container/tags.py b/ranger/container/tags.py index 45090d9d..b9362611 100644 --- a/ranger/container/tags.py +++ b/ranger/container/tags.py @@ -1,6 +1,8 @@ # Copyright (C) 2009-2013 Roman Zimbelmann <hut@lavabit.com> # This software is distributed under the terms of the GNU GPL version 3. +# TODO: add a __getitem__ method to get the tag of a file + from os.path import isdir, exists, dirname, abspath, realpath, expanduser import string |