Mercurial > ~astiob > upreckon > hgweb
diff files.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 | cd347cfca272 |
children | 62a96d51bf94 |
line wrap: on
line diff
--- a/files.py Mon Feb 28 15:32:22 2011 +0000 +++ b/files.py Mon Feb 28 16:05:20 2011 +0000 @@ -4,12 +4,7 @@ from __future__ import division, with_statement -try: - from compat import * -except ImportError: - import __main__ - __main__.import_error(sys.exc_info()[1]) - +from compat import * import contextlib, os, shutil, sys # You don't need to know about anything else.