From 04788dfcb3de46b93909df610e4d55bd6d543fb9 Mon Sep 17 00:00:00 2001 From: Kazuki Suzuki Przyborowski Date: Sat, 23 Nov 2024 00:37:30 -0600 Subject: [PATCH] Add files via upload --- pycatfile.py | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pycatfile.py b/pycatfile.py index c45ddbf..3684c10 100755 --- a/pycatfile.py +++ b/pycatfile.py @@ -259,23 +259,6 @@ def decode_unicode_escape(value): __use_advanced_list__ = config.getboolean('main', 'advancedlist') __use_alt_inode__ = config.getboolean('main', 'altinode') __file_format_extension__ = config.get('main', 'extension') -This version handles both Python 2 and 3 seamlessly. - - -2/2 - - - - - - - - - - - - - else: if not __use_alt_format__: # Format Info by Kazuki Przyborowski