~iferca/yape/trunk

« back to all changes in this revision

Viewing changes to src/yape/addins/pythonshell.py

  • Committer: Israel Fernández Cabrera
  • Date: 2009-08-02 05:31:23 UTC
  • mto: This revision was merged to the branch mainline in revision 136.
  • Revision ID: iferca@tah-20090802053123-xrjfaptxbhf3skqd
Primera versión de YaPe en español. No está 100% ok pero está bien. Además se han creado las herramientas para manejar las traducciones en sucesivas versiones.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
    @classmethod
31
31
    def description(cls):
32
 
        return "Python Shell"
 
32
        return _("Python Shell")
33
33
 
34
34
def getAddin():
35
35
    return PythonTerminal