Changeset 192


Ignore:
Timestamp:
17/08/09 09:37:46 (4 years ago)
Author:
riverplatense
Message:

Agrego los init

Location:
trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sancabase.py

    r191 r192  
    29532953                        instructor = dlg.GetValue() 
    29542954                        dlg.Destroy() 
     2955                        print instructor 
    29552956                        c.execute('''SELECT num_curso, tipo, especialidad, ciclo, establecimiento FROM cursos WHERE instructor = "%s"''' % (instructor)) 
    29562957                        q = c.fetchall() 
     2958                        print q 
    29572959                        f = open('./py/list_curso_ins.py', 'w') 
    29582960                        f.write('# -*- coding: UTF8 -*-\n') 
Note: See TracChangeset for help on using the changeset viewer.