From: richard Date: Mon, 23 Sep 2002 12:02:53 +0000 (+0000) Subject: better detection of a useful gadfly X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0833ed6f28194ac071b31d86f623971d8a4b27d3;p=roundup.git better detection of a useful gadfly git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1214 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/backends/__init__.py b/roundup/backends/__init__.py index 28fa351..d4efcf7 100644 --- a/roundup/backends/__init__.py +++ b/roundup/backends/__init__.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: __init__.py,v 1.17 2002-09-18 05:07:47 richard Exp $ +# $Id: __init__.py,v 1.18 2002-09-23 12:02:53 richard Exp $ __all__ = [] @@ -38,6 +38,7 @@ else: try: import gadfly + import gadfly.client except ImportError, message: if str(message) != 'No module named gadfly': raise else: