From 45196bb528040160894e52a585969e33c6e96c3c Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 5 Jun 2008 15:44:04 -0400 Subject: Comment changes --- bugzilla/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bugzilla') diff --git a/bugzilla/__init__.py b/bugzilla/__init__.py index 0afe5ba..94f4886 100644 --- a/bugzilla/__init__.py +++ b/bugzilla/__init__.py @@ -42,4 +42,4 @@ class Bugzilla(object): if c: self.__class__ = c c.__init__(self,**kwargs) - # FIXME raise an error or something here, jeez + # FIXME no url? raise an error or something here, jeez -- cgit