localeval.py removed extra parenthesys
These characters could be removed.
This commit is contained in:
		| @@ -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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rodolfo García Peñas (kix)
					Rodolfo García Peñas (kix)