mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-02 02:13:38 +02:00
Removed useless function assign to variable
This commit is contained in:
@@ -206,9 +206,6 @@ class CurrentDir(object):
|
||||
pass
|
||||
|
||||
|
||||
relpath = os.path.relpath
|
||||
|
||||
|
||||
def walk(dir):
|
||||
''' A nice interface to os.walk '''
|
||||
for record in os.walk(dir):
|
||||
|
||||
Reference in New Issue
Block a user