summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Šplíchal <psplicha@redhat.com>2012-02-22 01:36:54 +0100
committerPetr Šplíchal <psplicha@redhat.com>2012-02-22 01:36:54 +0100
commit051a77199202e5e8e3f2bf46465c9cc607ce1df8 (patch)
tree3ec0d999a7e2b94c4d2711125561ef1a3ae1199d
parentf6e5a3a710678a35a274b3ded17e12458235d76d (diff)
downloadpython-nitrate-051a77199202e5e8e3f2bf46465c9cc607ce1df8.tar.gz
python-nitrate-051a77199202e5e8e3f2bf46465c9cc607ce1df8.tar.xz
python-nitrate-051a77199202e5e8e3f2bf46465c9cc607ce1df8.zip
Remove shebang from the xmlrpc module
-rw-r--r--source/xmlrpc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/xmlrpc.py b/source/xmlrpc.py
index 24f22c9..7f24e3d 100644
--- a/source/xmlrpc.py
+++ b/source/xmlrpc.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
"""
Use this class to access Nitrate via XML-RPC
This code is based on http://landfill.bugzilla.org/testopia2/testopia/contrib/drivers/python/testopia.py