diff tests/test_util.py @ 347:537de0300510

Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Fri, 22 May 2009 15:12:31 +0200
parents 76c833526fbc
children 3d5c4352a6c8
line wrap: on
line diff
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -1,4 +1,5 @@
 import errno
+import imp
 import os
 import subprocess
 import shutil
@@ -8,6 +9,8 @@ import tempfile
 import unittest
 import urllib
 
+import __init__
+
 from mercurial import context
 from mercurial import commands
 from mercurial import hg