mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
PluginDownloader: Fix typo.
This commit is contained in:
parent
8d7687213a
commit
c1b0624eb8
@ -169,7 +169,7 @@ class GithubRepository(GitRepository):
|
|||||||
import lib2to3
|
import lib2to3
|
||||||
except ImportError:
|
except ImportError:
|
||||||
return _('Plugin is probably not compatible with your '
|
return _('Plugin is probably not compatible with your '
|
||||||
'Python version (3.x) but could not be converted '
|
'Python version (3.x) and could not be converted '
|
||||||
'because 2to3 is not installed.')
|
'because 2to3 is not installed.')
|
||||||
import subprocess
|
import subprocess
|
||||||
fixers = []
|
fixers = []
|
||||||
|
Loading…
Reference in New Issue
Block a user