From 051a77199202e5e8e3f2bf46465c9cc607ce1df8 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Wed, 22 Feb 2012 01:36:54 +0100 Subject: Remove shebang from the xmlrpc module --- source/xmlrpc.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit