##// END OF EJS Templates
***
ralonso -
r28:29
parent child
Show More
@@ -1,9 +1,8
1 import sys
1 #import sys
2 from subprocess import *
2 #from subprocess import *
3
3
4 class BKmanager:
4 #class BKmanager:
5 def __init__(self):
5 # def __init__(self):
6
6
7
7
8 def buscar_cadena(self):
8
9
@@ -550,4 +550,4
550 ui.setupUi(MainWindow)
550 ui.setupUi(MainWindow)
551 MainWindow.show()
551 MainWindow.show()
552 sys.exit(app.exec_())
552 sys.exit(app.exec_())
553
553
General Comments 0
You need to be logged in to leave comments. Login now