##// END OF EJS Templates
***
ralonso -
r6:7
parent child
Show More
1 NO CONTENT: new file 10644
NO CONTENT: new file 10644
@@ -0,0 +1,9
1 import sys
No newline at end of file
2 from subprocess import *
No newline at end of file
3
No newline at end of file
4 class BKmanager:
No newline at end of file
5 def __init__(self):
No newline at end of file
6
No newline at end of file
7
No newline at end of file
8 def buscar_cadena(self):
No newline at end of file
9 No newline at end of file
@@ -9,6 +9,8
9 from Ui_MainWindow import Ui_MainWindow No newline at end of file
9 from Ui_MainWindow import Ui_MainWindow
10 from PyQt4 import QtGui No newline at end of file
10 from PyQt4 import QtGui
11 from subprocess import * No newline at end of file
11 from subprocess import *
12 import sys
No newline at end of file
13 import subprocess No newline at end of file
12 No newline at end of file
14
13 class MainWindow(QMainWindow, Ui_MainWindow): No newline at end of file
15 class MainWindow(QMainWindow, Ui_MainWindow):
14 """ No newline at end of file
16 """
General Comments 0
You need to be logged in to leave comments. Login now