From 45196bb528040160894e52a585969e33c6e96c3c Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 5 Jun 2008 15:44:04 -0400 Subject: Comment changes --- bin/bugzilla | 2 +- bugzilla/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/bugzilla b/bin/bugzilla index caeda15..af4bb3b 100755 --- a/bin/bugzilla +++ b/bin/bugzilla @@ -1,7 +1,7 @@ #!/usr/bin/python # bugzilla - a commandline frontend for the python bugzilla module # -# Copyright (C) 2007 Red Hat Inc. +# Copyright (C) 2007,2008 Red Hat Inc. # Author: Will Woods # # This program is free software; you can redistribute it and/or modify it 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