summaryrefslogtreecommitdiff
path: root/maximus/python/py/script_example.py
diff options
context:
space:
mode:
authorburet2008-03-05 11:28:33 +0000
committerburet2008-03-05 11:28:33 +0000
commit3902f5e1f77b2611ca24d6c23683947f8f926d82 (patch)
tree091f4783e734420189bb6d645601e82aa98f210c /maximus/python/py/script_example.py
parentc7c7c71c69433a4fc41de859863072e90a0dd227 (diff)
Maximus V2: Python/C++
=> Fill the PB Header when sending an MPDU from Maximus. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1561 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'maximus/python/py/script_example.py')
-rw-r--r--maximus/python/py/script_example.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/maximus/python/py/script_example.py b/maximus/python/py/script_example.py
index 9fe6d950df..1e3c0e4654 100644
--- a/maximus/python/py/script_example.py
+++ b/maximus/python/py/script_example.py
@@ -1,6 +1,6 @@
#! usr/bin/env python
-#print __name__
+print "\n*** " + __file__ + " ***\n"
import sys
sys.path.append('./test')
@@ -130,4 +130,4 @@ stationA.remove()
stationB.remove()
stationC.remove()
-print "END"
+print "\n*** END ***\n"