|
@@ -15,7 +15,7 @@ import unittest
|
|
|
|
|
|
# Bring in the patman libraries
|
|
# Bring in the patman libraries
|
|
our_path = os.path.dirname(os.path.realpath(__file__))
|
|
our_path = os.path.dirname(os.path.realpath(__file__))
|
|
-sys.path.append(os.path.join(our_path, '../patman'))
|
|
|
|
|
|
+sys.path.insert(1, os.path.join(our_path, '../patman'))
|
|
|
|
|
|
# Our modules
|
|
# Our modules
|
|
import board
|
|
import board
|