Remove unused code
As far as I can tell, these attributes are not used anywhere.
This commit is contained in:
parent
eefc21920e
commit
48e5c8edb3
1 changed files with 1 additions and 6 deletions
|
|
@ -164,12 +164,7 @@ def write(*args):
|
|||
|
||||
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…
Reference in a new issue