summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/bugzilla2
-rw-r--r--bugzilla/__init__.py2
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 <wwoods@redhat.com>
#
# 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