summaryrefslogtreecommitdiff
path: root/cesar/maximus
diff options
context:
space:
mode:
authorNicolas Schodet2012-02-15 17:00:03 +0100
committerNicolas Schodet2012-03-15 10:25:19 +0100
commitb1f0682db6dce7e65db2042e0fc546e103fd1252 (patch)
tree1fc14593c79602c189cd9127e77e62b34a7704d3 /cesar/maximus
parentea7047779181b43d35ebe9c8c2946a97be9e2dcc (diff)
cesar/maximus/python/maximus/utils: remove buggy #!
Diffstat (limited to 'cesar/maximus')
-rw-r--r--cesar/maximus/python/maximus/utils/macaddr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cesar/maximus/python/maximus/utils/macaddr.py b/cesar/maximus/python/maximus/utils/macaddr.py
index 22341074e1..ac47614996 100644
--- a/cesar/maximus/python/maximus/utils/macaddr.py
+++ b/cesar/maximus/python/maximus/utils/macaddr.py
@@ -1,4 +1,3 @@
-#!/usr/local/python
def hex_to_mac_addr (data):
"""Convert a hexadecimal Mac Address to a string Mac address like xx:xx:xx:xx:xx:xx."""