diff options
Diffstat (limited to 'ranger/container/file.py')
-rw-r--r-- | ranger/container/file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/container/file.py b/ranger/container/file.py index f98be1d7..e1284c1f 100644 --- a/ranger/container/file.py +++ b/ranger/container/file.py @@ -1,7 +1,7 @@ # This file is part of ranger, the console file manager. # License: GNU GPL version 3, see the file "AUTHORS" for details. -from __future__ import (absolute_import, print_function) +from __future__ import (absolute_import, division, print_function) import re from ranger.container.fsobject import FileSystemObject |