summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/main.py
diff options
context:
space:
mode:
authorTom2012-03-01 16:00:56 +0100
committerTom2012-03-01 16:00:56 +0100
commit5a7b44073550196d0d52f022d991ffed7b04e7e8 (patch)
tree4ce2900b1c6d338329e486443f767ee1454409cf /Src/PyCatcher/src/main.py
parentgitignore updated (diff)
downloadimsi-catcher-detection-5a7b44073550196d0d52f022d991ffed7b04e7e8.tar.gz
imsi-catcher-detection-5a7b44073550196d0d52f022d991ffed7b04e7e8.tar.xz
imsi-catcher-detection-5a7b44073550196d0d52f022d991ffed7b04e7e8.zip
cleaning up git
Diffstat (limited to 'Src/PyCatcher/src/main.py')
-rw-r--r--Src/PyCatcher/src/main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/PyCatcher/src/main.py b/Src/PyCatcher/src/main.py
index 0bbda10..4e3de07 100644
--- a/Src/PyCatcher/src/main.py
+++ b/Src/PyCatcher/src/main.py
@@ -2,6 +2,8 @@ from pyCatcherController import PyCatcherController
def main ():
controller = PyCatcherController()
+
+
if __name__ == '__main__':
main() \ No newline at end of file