Skip to content

Commit

Permalink
#62
Browse files Browse the repository at this point in the history
  • Loading branch information
Keoma Brun committed May 21, 2018
1 parent b812ade commit 4896a7d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions code/software/app/mercatorRunExperiment.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#!/usr/bin/python

# =========================== adjust path =====================================

import os
import sys
if __name__ == '__main__':
here = sys.path[0]
sys.path.insert(0, os.path.join(here, '..', 'lib'))

# =========================== imports =========================================

import argparse
Expand All @@ -11,8 +19,8 @@
import socket

# Mercator
from ..lib import MoteHandler
from ..lib import MercatorDefines as d
import MoteHandler
import MercatorDefines as d

# IoT-lab
import iotlabcli as iotlab
Expand Down

0 comments on commit 4896a7d

Please sign in to comment.