mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-14 14:12:32 +01: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):
|
||||
touch_import('imp', u'reload', node)
|
||||
touch_import('imp', 'reload', node)
|
||||
return node
|
||||
|
Loading…
Reference in New Issue
Block a user