shebangs need to point at python2
[sfa.git] / tests / testXrn.py
index 4b29787..68506b2 100755 (executable)
@@ -1,11 +1,11 @@
-#!/usr/bin/python
-# just checking write access on repo
+#!/usr/bin/env python2
 import sys
 import unittest
 
 from sfa.util.faults import *
 from sfa.util.xrn import Xrn
-from sfa.util.plxrn import PlXrn
+
+from sfa.planetlab.plxrn import PlXrn
 
 verbose=False