summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-06-05 15:44:04 -0400
committerWill Woods <wwoods@redhat.com>2008-06-05 15:44:04 -0400
commit45196bb528040160894e52a585969e33c6e96c3c (patch)
treef2b0f926d11f6ea33c78c510cf462ac41112d8f3
parent0f2942820323a254a6237c7f986d90e2d15848d3 (diff)
downloadpython-bugzilla-45196bb528040160894e52a585969e33c6e96c3c.tar.gz
python-bugzilla-45196bb528040160894e52a585969e33c6e96c3c.tar.xz
python-bugzilla-45196bb528040160894e52a585969e33c6e96c3c.zip
Comment changes
-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