mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 04:51:06 -05:00
Fix 2to3 fixers to work with Python 3.
This commit is contained in:
parent
fee7ed4cd1
commit
6cf4901344
@ -23,5 +23,5 @@ class FixReload(fixer_base.BaseFix):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def transform(self, node, results):
|
def transform(self, node, results):
|
||||||
touch_import('imp', u'reload', node)
|
touch_import('imp', 'reload', node)
|
||||||
return node
|
return node
|
||||||
|
Loading…
x
Reference in New Issue
Block a user