jhbuild r2145 - in trunk: . tests
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2145 - in trunk: . tests
- Date: Sun, 22 Jun 2008 14:02:18 +0000 (UTC)
Author: fpeters
Date: Sun Jun 22 14:02:18 2008
New Revision: 2145
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2145&view=rev
Log:
* tests/tests.py: define uprint() as jhbuild.main is not imported.
Modified:
trunk/ChangeLog
trunk/tests/tests.py
Modified: trunk/tests/tests.py
==============================================================================
--- trunk/tests/tests.py (original)
+++ trunk/tests/tests.py Sun Jun 22 14:02:18 2008
@@ -41,6 +41,15 @@
import jhbuild.frontends.terminal
import jhbuild.moduleset
+def uprint(*args):
+ '''Print Unicode string encoded for the terminal'''
+ for s in args[:-1]:
+ print s,
+ s = args[-1]
+ print s
+__builtin__.__dict__['uprint'] = uprint
+
+
import mock
class ModuleOrderingTestCase(unittest.TestCase):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]