localeval.py removed extra parenthesys
These characters could be removed.
This commit is contained in:
parent
64cb6c45ec
commit
36ab6066e8
@ -19,7 +19,7 @@
|
||||
import imp
|
||||
|
||||
|
||||
class LocalEval():
|
||||
class LocalEval:
|
||||
"""Here is a powerfull but very dangerous option, of course."""
|
||||
|
||||
def __init__(self, path=None):
|
||||
|
Loading…
Reference in New Issue
Block a user