Ubuntu Pastebin

Paste from martin at Thu, 5 Feb 2015 07:29:33 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
=== modified file 'debian/tests/sanity'
--- debian/tests/sanity	2015-02-04 17:56:52 +0000
+++ debian/tests/sanity	2015-02-05 07:28:00 +0000
@@ -18,8 +18,12 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
+import os.path
 import sys
 
+rootdir = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
+sys.path.append(rootdir)
+
 from ubuntu_sanity_tests import sanity
 
 
Download as text