From eec3ecbb64e57b35474ae972d133df8fb000ab5a Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Tue, 20 Dec 2011 19:15:28 +0000 Subject: [PATCH] rss.py: remove shebang --- pyi2phosts/lib/rss.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyi2phosts/lib/rss.py b/pyi2phosts/lib/rss.py index b61838f..ba17f13 100755 --- a/pyi2phosts/lib/rss.py +++ b/pyi2phosts/lib/rss.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python2.6 - from django.contrib.syndication.views import Feed from pyi2phosts.postkey.models import i2phost from pyi2phosts.latest.views import get_latest