Mercurial > ~astiob > upreckon > hgweb
diff unix.py @ 91:c62c9bfd614a
Removed import_error
It was buggy anyway.
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Mon, 28 Feb 2011 16:05:20 +0000 |
parents | 8cd7a732f2f3 |
children | b7fb64ce03d9 |
line wrap: on
line diff
--- a/unix.py Mon Feb 28 15:32:22 2011 +0000 +++ b/unix.py Mon Feb 28 16:05:20 2011 +0000 @@ -1,14 +1,9 @@ # Copyright (c) 2010-2011 Chortos-2 <chortos@inbox.lv> from __future__ import division, with_statement -import sys -try: - from compat import * - import testcases # mutual import -except ImportError: - import __main__ - __main__.import_error(sys.exc_info()[1]) +from compat import * +import testcases # mutual import from subprocess import Popen import os, sys, time