##// END OF EJS Templates
***
ralonso -
r6:7
parent child
Show More
1 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 9 from Ui_MainWindow import Ui_MainWindow No newline at end of file
10 10 from PyQt4 import QtGui No newline at end of file
11 11 from subprocess import * No newline at end of file
12 import sys
No newline at end of file
13 import subprocess No newline at end of file
12 14 No newline at end of file
13 15 class MainWindow(QMainWindow, Ui_MainWindow): No newline at end of file
14 16 """ No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now