Remove unused code
As far as I can tell, these attributes are not used anywhere.
This commit is contained in:
parent
eefc21920e
commit
48e5c8edb3
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user