new languages patch with pluralization, thanks Vladyslav
This commit is contained in:
@@ -211,9 +211,6 @@ def run(
|
||||
exec ('print %s()' % f, _env)
|
||||
return
|
||||
|
||||
# "woodoo magic" workaround: reinitialize main.py
|
||||
g={}; exec "import main" in g; del g
|
||||
|
||||
_env.update(exec_pythonrc())
|
||||
if startfile:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user