We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094b6d5 commit 04788dfCopy full SHA for 04788df
pycatfile.py
@@ -259,23 +259,6 @@ def decode_unicode_escape(value):
259
__use_advanced_list__ = config.getboolean('main', 'advancedlist')
260
__use_alt_inode__ = config.getboolean('main', 'altinode')
261
__file_format_extension__ = config.get('main', 'extension')
262
-This version handles both Python 2 and 3 seamlessly.
263
-
264
265
-2/2
266
267
268
269
270
271
272
273
274
275
276
277
278
279
else:
280
if not __use_alt_format__:
281
# Format Info by Kazuki Przyborowski
0 commit comments