Skip to content

Commit ea8d601

Browse files
author
Richard Jones
committed
better detection of a useful gadfly
1 parent e83ad6d commit ea8d601

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roundup/backends/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.17 2002-09-18 05:07:47 richard Exp $
18+
# $Id: __init__.py,v 1.18 2002-09-23 12:02:53 richard Exp $
1919

2020
__all__ = []
2121

@@ -38,6 +38,7 @@
3838

3939
try:
4040
import gadfly
41+
import gadfly.client
4142
except ImportError, message:
4243
if str(message) != 'No module named gadfly': raise
4344
else:

0 commit comments

Comments
 (0)