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

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)