summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/main.py
diff options
context:
space:
mode:
authorTom2011-08-23 17:00:23 +0200
committerTom2011-08-23 17:00:23 +0200
commit54dd82ffcf08d93d8df403e07ebb3a6f49f5a23c (patch)
treefdea26856b5fe6e5860710efed41da755d6ba81e /Src/PyCatcher/src/main.py
parentcorrected spelling mistake and added 2 new papers for gsm specs (diff)
downloadimsi-catcher-detection-54dd82ffcf08d93d8df403e07ebb3a6f49f5a23c.tar.gz
imsi-catcher-detection-54dd82ffcf08d93d8df403e07ebb3a6f49f5a23c.tar.xz
imsi-catcher-detection-54dd82ffcf08d93d8df403e07ebb3a6f49f5a23c.zip
Firmware can now be loaded from GUI, threading problem fixed
Diffstat (limited to 'Src/PyCatcher/src/main.py')
-rw-r--r--Src/PyCatcher/src/main.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Src/PyCatcher/src/main.py b/Src/PyCatcher/src/main.py
index 50f3d86..0bbda10 100644
--- a/Src/PyCatcher/src/main.py
+++ b/Src/PyCatcher/src/main.py
@@ -1,7 +1,4 @@
from pyCatcherController import PyCatcherController
-import time
-from pyCatcherView import PyCatcherGUI
-import gtk #@UnresolvedImport
def main ():
controller = PyCatcherController()