summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/main.py
diff options
context:
space:
mode:
authorTom2012-01-11 16:35:01 +0100
committerTom2012-01-11 16:35:01 +0100
commit2aaa094f9e8d4d8df684ac66bd7d3392f623fd40 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Src/PyCatcher/src/main.py
parentmoved mercurial to git, using git now as main cvs (diff)
downloadimsi-catcher-detection-2aaa094f9e8d4d8df684ac66bd7d3392f623fd40.tar.gz
imsi-catcher-detection-2aaa094f9e8d4d8df684ac66bd7d3392f623fd40.tar.xz
imsi-catcher-detection-2aaa094f9e8d4d8df684ac66bd7d3392f623fd40.zip
refresh
Diffstat (limited to 'Src/PyCatcher/src/main.py')
-rw-r--r--Src/PyCatcher/src/main.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/Src/PyCatcher/src/main.py b/Src/PyCatcher/src/main.py
deleted file mode 100644
index 0bbda10..0000000
--- a/Src/PyCatcher/src/main.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from pyCatcherController import PyCatcherController
-
-def main ():
- controller = PyCatcherController()
-
-if __name__ == '__main__':
- main() \ No newline at end of file