Changeset 192
- Timestamp:
- 17/08/09 09:37:46 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 edited
-
__init__.py (added)
-
html/__init__.py (added)
-
sancabase.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sancabase.py
r191 r192 2953 2953 instructor = dlg.GetValue() 2954 2954 dlg.Destroy() 2955 print instructor 2955 2956 c.execute('''SELECT num_curso, tipo, especialidad, ciclo, establecimiento FROM cursos WHERE instructor = "%s"''' % (instructor)) 2956 2957 q = c.fetchall() 2958 print q 2957 2959 f = open('./py/list_curso_ins.py', 'w') 2958 2960 f.write('# -*- coding: UTF8 -*-\n')
Note: See TracChangeset
for help on using the changeset viewer.
