Remove unused code

As far as I can tell, these attributes are not used anywhere.
This commit is contained in:
Luflosi 2019-06-06 18:03:44 +02:00
parent eefc21920e
commit 48e5c8edb3
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362

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)