summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2007-12-11 16:28:48 -0500
committerWill Woods <wwoods@redhat.com>2007-12-11 16:28:48 -0500
commit6b527910cea573e1321f4608e4a4094cf06d39c8 (patch)
tree932a9b290271e3cdb116671e5b44a8c2be5e0357
parent2f073b7393dd660d21870f2a1b68e250efcf8cc9 (diff)
downloadpython-bugzilla-6b527910cea573e1321f4608e4a4094cf06d39c8.tar.gz
python-bugzilla-6b527910cea573e1321f4608e4a4094cf06d39c8.tar.xz
python-bugzilla-6b527910cea573e1321f4608e4a4094cf06d39c8.zip
remove #! line - this is a library, not an executable script
-rw-r--r--bugzilla.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bugzilla.py b/bugzilla.py
index eadd2f4..de0ba45 100644
--- a/bugzilla.py
+++ b/bugzilla.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# bugzilla.py - a Python interface to bugzilla.redhat.com, using xmlrpclib.
#
# Copyright (C) 2007 Red Hat Inc.