Merge branch 'simplify_code' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2019-06-07 06:21:00 +05:30
commit 5db1a07f81
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -164,12 +164,7 @@ class ReadFileWithProgressReporting(io.BufferedReader): # {{{
class Base(object): # {{{
def __init__(self):
self.d = os.path.dirname
self.j = os.path.join
self.a = os.path.abspath
self.b = os.path.basename
self.s = os.path.splitext
self.e = os.path.exists
pass
def info(self, *args, **kwargs):
print(*args, **kwargs)