diff options
author | hut <hut@lavabit.com> | 2013-04-20 15:05:45 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-04-20 15:05:45 +0200 |
commit | a22264f1551a308864ad787d508715c30cb30bbe (patch) | |
tree | 5b6e627919d4b5db75da8945509b782470613ac3 | |
parent | 56278294cf6e50f70918bd47e6c1a58e1d050e7f (diff) | |
download | ranger-a22264f1551a308864ad787d508715c30cb30bbe.tar.gz |
container.tags: added TODO entry
-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 |