Remove shabang from a couple of files

This commit is contained in:
Fabio Alessandro Locati 2016-01-06 17:45:57 +01:00
parent 6b98c1e9ed
commit eb567942a8

View File

@ -93,6 +93,8 @@ Documentation for botocore
%prep
%setup -n %{pypi_name}-%{version}
sed -i -e '1 d' botocore/vendored/requests/packages/chardet/chardetect.py
sed -i -e '1 d' botocore/vendored/requests/certs.py
rm -rf %{pypi_name}.egg-info
%build